|
||
|
Enumerators
|
|
||||||||||||||||
Enumerators allow C# programmers to make use of the foreach statement to traverse the geometry of a SilverScreen drawing much more simply. The SilverSharp platform includes useful enumerators to improve the interaction with C#.
|
|
|||||||||||||||||
The enumerators are:
The normal way to work with enumerators is to create one, then iterate through the collection using the C# foreach statement. All of the enumerators listed in the table above provide examples of their usage.
|
|
|||||||||||||||||
|