Click or drag to resize

DataAttributesCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerator<IDataAttribute> GetEnumerator()

Return Value

Type: IEnumeratorIDataAttribute
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also