|  | ||
|    | BosList
 | 
 | ||||||||||||||||
| The BosList class has methods that return enumerators useful for working with lists of BOS_NODEs. Because the BosList class supports the IEnumerable interface, the enumerators in a BosList work with the Visual-C# foreach statement. | 
 | |||||||||||||||||
| 
 
 | 
 | |||||||||||||||||
| 
 Methods | 
 
 
 | 
 | ||||||||||||||||
| Remarks | Several BosList properties exist in the entity-level definitions in SilverSharp. For instance, every BOS_NODE has a Parent property that can be used to traverse the parents of an entity with foreach. Every BLOCK_NODE has a Children property that can be used to traverse the children of a block entity with foreach. 
 | 
 | ||||||||||||||||
| See Also | PrimList, BLOCK_NODE, BOS_NODE | 
 |