Click or drag to resize

BcfReadOnlyArrayListExtensionsToDictionary Method

Overload List
  NameDescription
Public methodStatic memberToDictionaryTSource, TKey(BcfReadOnlyArrayListTSource, FuncTSource, TKey)
Creates a dictionary based on the contents of this array.
Public methodStatic memberToDictionaryTSource, TKey(BcfReadOnlyArrayListTSource, FuncTSource, TKey, IEqualityComparerTKey)
Creates a dictionary based on the contents of this array.
Public methodStatic memberToDictionaryTSource, TKey, TElement(BcfReadOnlyArrayListTSource, FuncTSource, TKey, FuncTSource, TElement)
Creates a dictionary based on the contents of this array.
Public methodStatic memberToDictionaryTSource, TKey, TElement(BcfReadOnlyArrayListTSource, FuncTSource, TKey, FuncTSource, TElement, IEqualityComparerTKey)
Creates a dictionary based on the contents of this array.
Top
See Also