ContextStaticDictionaryTkey, TTypeGetEnumerator Method
Returns an enumerator that iterates through a collection.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public IEnumerator<KeyValuePair<Tkey, TType>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of Tkey, TType))
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<'Tkey, 'TType>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<'Tkey, 'TType>>
IEnumeratorKeyValuePairTkey,
TTypeAn
IEnumerator object that can be used to iterate through the collection.
IEnumerableTGetEnumerator