Click or drag to resize
DigitalRuneNamedObjectCollection<T>.GetEnumerator Method

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public List< T> . Enumerator GetEnumerator()

Return Value

Type: List<T>.Enumerator
An List< T> . Enumerator for KeyedCollection<TKey, TItem>.
See Also