Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: AutoDictionary<TKey1, TKey2, TKey3, TValue>(Func<TKey1, TKey2, TKey3, TValue>)

  • Declared in: RT.Util.Collections.AutoDictionary<TKey1, TKey2, TKey3, TValue>

Declaration

public AutoDictionary<TKey1, TKey2, TKey3, TValue>(
    Func<TKey1, TKey2, TKey3, TValue> initializer = null
)

Summary

Constructor.