Constructor
new MemberNode( structNode : Node, property : string )
Constructs a member node.
| structNode |
The struct node. |
| property |
The property name. |
Properties
.isMemberNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
.structNode : Node
The struct node.