Interface ICodeElement
Base interface, implemented by all AST nodes.
public interface ICodeElement
- Extension Methods
Properties
ElementType
Type of node.
CodeElementType ElementType { get; }
Base interface, implemented by all AST nodes.
public interface ICodeElement
Type of node.
CodeElementType ElementType { get; }