TdxStringsDictionary Constructors
Name | Description |
---|---|
Create | Inherited from TDictionary<K,V>. |
Create(IEqualityComparer<K>) | Inherited from TDictionary<K,V>. |
Create(Integer,IEqualityComparer<K>) | Inherited from TDictionary<K,V>. |
Create(Integer) | Inherited from TDictionary<K,V>. |
Create(TEnumerable<TPair>,IEqualityComparer<K>) | Inherited from TDictionary<K,V>. |
Create(TEnumerable<TPair>) | Inherited from TDictionary<K,V>. |
Create(TPair<K,V>[],IEqualityComparer<K>) | Inherited from TDictionary<K,V>. |
Create(TPair<K,V>[]) | Inherited from TDictionary<K,V>. |
See Also