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