 | AttributeTableGetEnumerator Method |
Gets an enumerator over all attributes of this table.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator
override GetEnumerator : unit -> IEnumerator
Return Value
Type:
IEnumeratorAll attributes of this table.
Implements
IEnumerableGetEnumerator
See Also