Click or drag to resize
AttributeTableGetEnumerator Method
Gets an enumerator over all attributes of this table.

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.

Implements

IEnumerableGetEnumerator
See Also