Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AutoDictionary<TKey, TValue>(int, Func<TKey, TValue>)

Declaration

public AutoDictionary<TKey, TValue>(
    int capacity,
    Func<TKey, TValue> initializer = null
)

Summary

Constructor.