Element type produced by the source iterable.
Key type returned by keySelector.
Source iterable to materialize.
Projection invoked with each element and index to produce the map key.
OptionalmapFactory: MapFactory<TKey>Optional factory controlling the concrete map implementation to instantiate.
A map containing one entry per source element keyed by keySelector.
Materializes a sequence into a map keyed by the projected key selector.
Element type produced by the source iterable.
Key type returned by keySelector.
Value type stored in the resulting map when valueSelector is supplied.
Source iterable to materialize.
Projection invoked with each element and index to produce the map key.
Optional projection producing the value that should be stored for the key; defaults to the element itself.
OptionalmapFactory: MapFactory<TKey>Optional factory controlling the concrete map implementation to instantiate.
A map containing one entry per source element keyed by keySelector.
Materializes a sequence into a map keyed by the projected key selector.