Click or drag to resize

AttributeValueCollectionGetEnumerator Method

Gets an enumerator that iterates though the AttributeValueCollection

Namespace:  Lithnet.ResourceManagement.Client
Assembly:  Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntax
public IEnumerator<AttributeValue> GetEnumerator()

Return Value

Type: IEnumeratorAttributeValue
Returns an enumerator that iterates though the AttributeValueCollection

Implements

IEnumerableTGetEnumerator
See Also