|
||
AttributeList |
|||
An AttributeList enumerator is used to traverse a list of SilverSharp ATTRIBUTEs. Because the AttributeList class supports the IEnumerable interface, the enumerators in a AttributeList work with the Visual-C# foreach statement.
|
|||
|
|||
Remarks |
The only way to create an AttributeList is to obtain one from a SCHEMA_NODE
|
||
See Also |
|
||
Example |
The following code shows how to enumerate all attributes of all schemas of an object entity:
|