In This Article

InterfaceMemberDeclaration Class

Represents an interface member declaration.

public abstract class InterfaceMemberDeclaration : TypeMemberDeclaration, IDecoratedMember, IAstNode
Inheritance:
Object AstNodeBase TypeMemberDeclaration Object
Derived:
InterfaceEventDeclaration InterfaceMethodDeclaration InterfacePropertyDeclaration
Implements:
IDecoratedMember IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v12.2.572.0 (http://www.actiprosoftware.com).

Constructors

InterfaceMemberDeclaration()

protected InterfaceMemberDeclaration()

Properties

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

Int32:

The An integer value that identifies the type of AST node.

Inherited Members