FunctionNodeData Properties

The FunctionNodeData type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the children.
(Inherited from SyntaxTreeNodeData.)
Public propertyEndColumnNumber
Gets the ending column number.
(Inherited from SyntaxTreeNodeData.)
Public propertyEndLineNumber
Gets the ending line number.
(Inherited from SyntaxTreeNodeData.)
Public propertyFunctionName
Gets or sets the name of the function.
Public propertyStartColumnNumber
Gets the starting column number.
(Inherited from SyntaxTreeNodeData.)
Public propertyStartLineNumber
Gets the starting line number.
(Inherited from SyntaxTreeNodeData.)
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also