Namespace: PureMVC.Utils

Class TObjectDictionary<TKey,TValue>

System.Generics.Collections.TObjectDictionary<2>
  |
  +-- PureMVC.Utils.TObjectDictionary<TKey,TValue>

public class TObjectDictionary<TKey,TValue> ( System.Generics.Collections.TObjectDictionary<2> )

Generic Parameters
TKey,TValue
Abstract
False
Sealed
False
Persistent
False

Constructor Summary
Create(Ownerships: TDictionaryOwnerships ; ACapacity: Integer)
 
Create(Ownerships: TDictionaryOwnerships ; AComparer: IEqualityComparer<TKey>)
 
Create(Ownerships: TDictionaryOwnerships ; ACapacity: Integer; AComparer: IEqualityComparer<TKey>)
 
 

Constructor Detail

Create

public constructor Create(Ownerships: TDictionaryOwnerships ; ACapacity: Integer)
Abstract
False
Reintroduce
False
Virtual
False
Override
False
Final
False

Create

public constructor Create(Ownerships: TDictionaryOwnerships ; AComparer: IEqualityComparer<TKey>)
Abstract
False
Reintroduce
False
Virtual
False
Override
False
Final
False

Create

public constructor Create(Ownerships: TDictionaryOwnerships ; ACapacity: Integer; AComparer: IEqualityComparer<TKey>)
Abstract
False
Reintroduce
False
Virtual
False
Override
False
Final
False