Click or drag to resize
HierarchicalAttributeTableGetEnumerator Method
Gets an enumerator over all attributes of this table and its children.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
All attributes of this table and its children.

Implements

IEnumerableGetEnumerator
See Also