NodesGeneratedFirst Property
In This Topic
Gets or sets whether
GenerateObjects makes two passes over the collection of
Objects, generating the objects that implement
IGoNode
first before generating the other objects.
Syntax
public bool NodesGeneratedFirst {get; set;}
Property Value
This defaults to true.
See Also