|
||
SchemaList |
||||||
A SchemaList enumerator is used to traverse a list of SilverSharp SCHEMA_NODEs. Because the SchemaList class supports the IEnumerable interface, the enumerators in a SchemaList work with the Visual-C# foreach statement.
|
||||||
|
|
|||||
Members |
|
|
||||
Remarks |
A SchemaList object is contained in many bos-level entities as a Schemas property. |
|||||
See Also |
|
|||||
Example |
The following code enumerates all of the Schemas contained in a SilverSharp BOS_NODE:
|