TObjectDictionary<TKey,TValue>
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
- Ancestry: TDelphiObject | TEnumerable<T> | TDictionary<TKey,TValue> | TObjectDictionary<TKey,TValue>
constructor protected (declared in TEnumerable<T>) .NET, Cooper, Island
constructor
TObjectDictionary<TKey,TValue>()
init()
TObjectDictionary<TKey,TValue>()
Sub New()
constructor init() virtual (declared in TDelphiObject) Toffee
init(init )
Parameters:
- :
constructor (Int32)
constructor(aCapacity: Int32)
TObjectDictionary<TKey,TValue>(Int32 aCapacity)
init(_ aCapacity: Int32)
TObjectDictionary<TKey,TValue>(Integer aCapacity)
Sub New(aCapacity As Int32)
Parameters:
- aCapacity:
constructor (Int32, IEqualityComparer<TKey>)
constructor(aCapacity: Int32; aComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(Int32 aCapacity, IEqualityComparer<TKey> aComparer)
init(_ aCapacity: Int32, _ aComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(Integer aCapacity, IEqualityComparer<TKey> aComparer)
Sub New(aCapacity As Int32, aComparer As IEqualityComparer<TKey>)
Parameters:
- aCapacity:
- aComparer:
constructor (TEnumerable<KeyValuePair<TKey, TValue>>)
constructor(Collection: TEnumerable<KeyValuePair<TKey, TValue>>)
TObjectDictionary<TKey,TValue>(TEnumerable<KeyValuePair<TKey, TValue>> Collection)
init(_ Collection: TEnumerable<KeyValuePair<TKey, TValue>>)
TObjectDictionary<TKey,TValue>(TEnumerable<KeyValuePair<TKey, TValue>> Collection)
Sub New(Collection As TEnumerable<KeyValuePair<TKey, TValue>>)
Parameters:
- Collection:
constructor (TDictionaryOwnerships, Int32)
constructor(Ownerships: TDictionaryOwnerships; ACapacity: Int32)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, Int32 ACapacity)
init(_ Ownerships: TDictionaryOwnerships, _ ACapacity: Int32)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, Integer ACapacity)
Sub New(Ownerships As TDictionaryOwnerships, ACapacity As Int32)
Parameters:
- Ownerships:
- ACapacity:
constructor (TDictionaryOwnerships, Int32, IEqualityComparer<TKey>)
constructor(Ownerships: TDictionaryOwnerships; ACapacity: Int32; AComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, Int32 ACapacity, IEqualityComparer<TKey> AComparer)
init(_ Ownerships: TDictionaryOwnerships, _ ACapacity: Int32, _ AComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, Integer ACapacity, IEqualityComparer<TKey> AComparer)
Sub New(Ownerships As TDictionaryOwnerships, ACapacity As Int32, AComparer As IEqualityComparer<TKey>)
Parameters:
- Ownerships:
- ACapacity:
- AComparer:
constructor (Int32, IEqualityComparer<TKey>)
// .NET
constructor(Ownerships: Int32; AComparer: IEqualityComparer<TKey>)
// Island
constructor(Ownerships: TDictionaryOwnerships; AComparer: IEqualityComparer<TKey>)
// .NET
TObjectDictionary<TKey,TValue>(Int32 Ownerships, IEqualityComparer<TKey> AComparer)
// Island
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, IEqualityComparer<TKey> AComparer)
init(_ Ownerships: TDictionaryOwnerships, _ AComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, IEqualityComparer<TKey> AComparer)
// .NET
Sub New(Ownerships As Int32, AComparer As IEqualityComparer<TKey>)
// Island
Sub New(Ownerships As TDictionaryOwnerships, AComparer As IEqualityComparer<TKey>)
Parameters:
- Ownerships:
- AComparer:
Add virtual (declared in TDictionary<TKey,TValue>)
method Add(Key: TKey; Value: TValue)
void Add(TKey Key, TValue Value)
func Add(_ Key: TKey, _ Value: TValue)
void Add(TKey Key, TValue Value)
Sub Add(Key As TKey, Value As TValue)
Parameters:
- Key:
- Value:
AddOrSetValue virtual (declared in TDictionary<TKey,TValue>)
method AddOrSetValue(Key: TKey; Value: TValue)
void AddOrSetValue(TKey Key, TValue Value)
func AddOrSetValue(_ Key: TKey, _ Value: TValue)
void AddOrSetValue(TKey Key, TValue Value)
Sub AddOrSetValue(Key As TKey, Value As TValue)
Parameters:
- Key:
- Value:
AfterConstruction virtual (declared in TDelphiObject) .NET, Cooper, Island
method AfterConstruction
void AfterConstruction()
func AfterConstruction()
void AfterConstruction()
Sub AfterConstruction()
AfterConstruction AfterConstruction() virtual (declared in TDelphiObject) Toffee
func AfterConstruction(AfterConstruction )
Parameters:
- :
BeforeDestruction virtual (declared in TDelphiObject) .NET, Cooper, Island
method BeforeDestruction
void BeforeDestruction()
func BeforeDestruction()
void BeforeDestruction()
Sub BeforeDestruction()
BeforeDestruction BeforeDestruction() virtual (declared in TDelphiObject) Toffee
func BeforeDestruction(BeforeDestruction )
Parameters:
- :
Clear (declared in TDictionary<TKey,TValue>) .NET, Cooper, Island
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Clear Clear() virtual (declared in TDictionary<TKey,TValue>) Toffee
func Clear(Clear )
Parameters:
- :
close final (declared in TDelphiObject) Cooper
method close
void close()
func close()
void close()
Sub close()
ContainsKey virtual (declared in TDictionary<TKey,TValue>)
method ContainsKey(Key: TKey): Boolean
Boolean ContainsKey(TKey Key)
func ContainsKey(_ Key: TKey) -> Boolean
Boolean ContainsKey(TKey Key)
Function ContainsKey(Key As TKey) As Boolean
Parameters:
- Key:
ContainsValue virtual (declared in TDictionary<TKey,TValue>)
method ContainsValue(Value: TValue): Boolean
Boolean ContainsValue(TValue Value)
func ContainsValue(_ Value: TValue) -> Boolean
Boolean ContainsValue(TValue Value)
Function ContainsValue(Value As TValue) As Boolean
Parameters:
- Value:
Count virtual (declared in TDictionary<TKey,TValue>)
property Count: Int32 read;
Int32 Count { get; }
var Count: Int32 { get{} }
Integer Count { __get; }
ReadOnly Property Count() As Int32
countByEnumeratingWithState (declared in TEnumerable<T>) Toffee
func countByEnumeratingWithState(_ aState: UnsafeMutablePointer<NSFastEnumerationState>, objects aStackbuf: UnsafeMutablePointer<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>, count len: NSUInteger) -> NSUInteger
Parameters:
- aState:
- aStackbuf:
- len:
Create (Int32): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(aCapacity: Int32): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(Int32 aCapacity)
static func Create(_ aCapacity: Int32) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(Integer aCapacity)
Shared Function Create(aCapacity As Int32) As TDictionary<TKey, TValue>
Parameters:
- aCapacity:
Create (Int32, IEqualityComparer<TKey>): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(aCapacity: Int32; aComparer: IEqualityComparer<TKey>): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(Int32 aCapacity, IEqualityComparer<TKey> aComparer)
static func Create(_ aCapacity: Int32, _ aComparer: IEqualityComparer<TKey>) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(Integer aCapacity, IEqualityComparer<TKey> aComparer)
Shared Function Create(aCapacity As Int32, aComparer As IEqualityComparer<TKey>) As TDictionary<TKey, TValue>
Parameters:
- aCapacity:
- aComparer:
Create (IEqualityComparer<TKey>): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(aComparer: IEqualityComparer<TKey>): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(IEqualityComparer<TKey> aComparer)
static func Create(_ aComparer: IEqualityComparer<TKey>) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(IEqualityComparer<TKey> aComparer)
Shared Function Create(aComparer As IEqualityComparer<TKey>) As TDictionary<TKey, TValue>
Parameters:
- aComparer:
Create (TEnumerable<KeyValuePair<TKey, TValue>>): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(Collection: TEnumerable<KeyValuePair<TKey, TValue>>): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(TEnumerable<KeyValuePair<TKey, TValue>> Collection)
static func Create(_ Collection: TEnumerable<KeyValuePair<TKey, TValue>>) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(TEnumerable<KeyValuePair<TKey, TValue>> Collection)
Shared Function Create(Collection As TEnumerable<KeyValuePair<TKey, TValue>>) As TDictionary<TKey, TValue>
Parameters:
- Collection:
Create (TEnumerable<KeyValuePair<TKey, TValue>>, IEqualityComparer<TKey>): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(Collection: TEnumerable<KeyValuePair<TKey, TValue>>; aComparer: IEqualityComparer<TKey>): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(TEnumerable<KeyValuePair<TKey, TValue>> Collection, IEqualityComparer<TKey> aComparer)
static func Create(_ Collection: TEnumerable<KeyValuePair<TKey, TValue>>, _ aComparer: IEqualityComparer<TKey>) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(TEnumerable<KeyValuePair<TKey, TValue>> Collection, IEqualityComparer<TKey> aComparer)
Shared Function Create(Collection As TEnumerable<KeyValuePair<TKey, TValue>>, aComparer As IEqualityComparer<TKey>) As TDictionary<TKey, TValue>
Parameters:
- Collection:
- aComparer:
Create (TDictionaryOwnerships, Int32): TObjectDictionary<TKey, TValue> virtual
class method Create(Ownerships: TDictionaryOwnerships; ACapacity: Int32): TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, Int32 ACapacity)
static func Create(_ Ownerships: TDictionaryOwnerships, _ ACapacity: Int32) -> TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, Integer ACapacity)
Shared Function Create(Ownerships As TDictionaryOwnerships, ACapacity As Int32) As TObjectDictionary<TKey, TValue>
Parameters:
- Ownerships:
- ACapacity:
Create (TDictionaryOwnerships, Int32, IEqualityComparer<TKey>): TObjectDictionary<TKey, TValue> virtual
class method Create(Ownerships: TDictionaryOwnerships; ACapacity: Int32; AComparer: IEqualityComparer<TKey>): TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, Int32 ACapacity, IEqualityComparer<TKey> AComparer)
static func Create(_ Ownerships: TDictionaryOwnerships, _ ACapacity: Int32, _ AComparer: IEqualityComparer<TKey>) -> TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, Integer ACapacity, IEqualityComparer<TKey> AComparer)
Shared Function Create(Ownerships As TDictionaryOwnerships, ACapacity As Int32, AComparer As IEqualityComparer<TKey>) As TObjectDictionary<TKey, TValue>
Parameters:
- Ownerships:
- ACapacity:
- AComparer:
Create (TDictionaryOwnerships, IEqualityComparer<TKey>): TObjectDictionary<TKey, TValue> virtual
class method Create(Ownerships: TDictionaryOwnerships; AComparer: IEqualityComparer<TKey>): TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, IEqualityComparer<TKey> AComparer)
static func Create(_ Ownerships: TDictionaryOwnerships, _ AComparer: IEqualityComparer<TKey>) -> TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, IEqualityComparer<TKey> AComparer)
Shared Function Create(Ownerships As TDictionaryOwnerships, AComparer As IEqualityComparer<TKey>) As TObjectDictionary<TKey, TValue>
Parameters:
- Ownerships:
- AComparer:
Destroy virtual (declared in TDelphiObject) .NET, Cooper, Island
method Destroy
void Destroy()
func Destroy()
void Destroy()
Sub Destroy()
Destroy Destroy() virtual (declared in TDelphiObject) Toffee
func Destroy(Destroy )
Parameters:
- :
Dispose (declared in TDelphiObject) Island
method Dispose
void Dispose()
func Dispose()
Sub Dispose()
DoGetEnumerator protected (declared in TEnumerable<T>) .NET
method DoGetEnumerator: TEnumerator<T>
TEnumerator<T> DoGetEnumerator()
func DoGetEnumerator() -> TEnumerator<T>
TEnumerator<T> DoGetEnumerator()
Function DoGetEnumerator() As TEnumerator<T>
ExtractPair virtual (declared in TDictionary<TKey,TValue>)
method ExtractPair(Key: TKey): KeyValuePair<TKey, TValue>
KeyValuePair<TKey, TValue> ExtractPair(TKey Key)
func ExtractPair(_ Key: TKey) -> KeyValuePair<TKey, TValue>
KeyValuePair<TKey, TValue> ExtractPair(TKey Key)
Function ExtractPair(Key As TKey) As KeyValuePair<TKey, TValue>
Parameters:
- Key:
Finalize protected (declared in TDelphiObject) .NET
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
Free (declared in TDelphiObject) .NET, Cooper, Island
method Free
void Free()
func Free()
void Free()
Sub Free()
Free Free() virtual (declared in TDelphiObject) Toffee
func Free(Free )
Parameters:
- :
GetEnumerator override virtual (declared in TDictionary<TKey,TValue>) Island
method GetEnumerator: IEnumerator<KeyValuePair<TKey, TValue>>
IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
func GetEnumerator() -> IEnumerator<KeyValuePair<TKey, TValue>>
Function GetEnumerator() As IEnumerator<KeyValuePair<TKey, TValue>>
GetEnumerator virtual abstract (declared in TEnumerable<T>) .NET, Island
// .NET
method GetEnumerator: IEnumerator<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
method GetEnumerator: IEnumerator<T>
// .NET
IEnumerator<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)> GetEnumerator()
// Island
IEnumerator<T> GetEnumerator()
// .NET
func GetEnumerator() -> IEnumerator<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
func GetEnumerator() -> IEnumerator<T>
// .NET
Function GetEnumerator() As IEnumerator<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
Function GetEnumerator() As IEnumerator<T>
GetMetaClass override virtual .NET, Cooper, Island
method GetMetaClass: class of TDelphiObject
class of TDelphiObject GetMetaClass()
func GetMetaClass() -> class of TDelphiObject
class of TDelphiObject GetMetaClass()
Function GetMetaClass() As class of TDelphiObject
GetNonGenericEnumerator protected (declared in TEnumerable<T>) .NET, Island
// .NET
method GetNonGenericEnumerator: IEnumerator
// Island
method GetNonGenericEnumerator: IEnumerator
// .NET
IEnumerator GetNonGenericEnumerator()
// Island
IEnumerator GetNonGenericEnumerator()
// .NET
func GetNonGenericEnumerator() -> IEnumerator
// Island
func GetNonGenericEnumerator() -> IEnumerator
// .NET
Function GetNonGenericEnumerator() As IEnumerator
// Island
Function GetNonGenericEnumerator() As IEnumerator
GetSequence protected override virtual (declared in TDictionary<TKey,TValue>) .NET, Cooper, Island
method GetSequence: IEnumerable<KeyValuePair<TKey, TValue>>
IEnumerable<KeyValuePair<TKey, TValue>> GetSequence()
func GetSequence() -> IEnumerable<KeyValuePair<TKey, TValue>>
Iterable<KeyValuePair<TKey, TValue>> GetSequence()
Function GetSequence() As IEnumerable<KeyValuePair<TKey, TValue>>
GetSequence protected virtual abstract (declared in TEnumerable<T>) .NET, Cooper, Island
// .NET
method GetSequence: IEnumerable<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
method GetSequence: IEnumerable<T>
// .NET
IEnumerable<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)> GetSequence()
// Island
IEnumerable<T> GetSequence()
// .NET
func GetSequence() -> IEnumerable<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
func GetSequence() -> IEnumerable<T>
Iterable<KeyValuePair<TKey, TValue>> GetSequence()
// .NET
Function GetSequence() As IEnumerable<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
Function GetSequence() As IEnumerable<T>
GetSequence GetSequence(): INSFastEnumeration<KeyValuePair<TKey, TValue>> protected override (declared in TDictionary<TKey,TValue>) Toffee
func GetSequence(GetSequence ) -> INSFastEnumeration<KeyValuePair<TKey, TValue>>
Parameters:
- :
Items virtual (declared in TDictionary<TKey,TValue>)
property Items[Key: TKey]: TValue read write;
TValue Items[TKey Key] { get; set; }
subscript Items(_ Key: TKey) -> TValue { get{} set{} }
TValue Items[TKey Key] { __get; __set; }
Property Items(Key As TKey) As TValue
iterator final (declared in TEnumerable<T>) Cooper
method iterator: Iterator<KeyValuePair<TKey, TValue>>
Iterator<KeyValuePair<TKey, TValue>> iterator()
func iterator() -> Iterator<KeyValuePair<TKey, TValue>>
Iterator<KeyValuePair<TKey, TValue>> iterator()
Function iterator() As Iterator<KeyValuePair<TKey, TValue>>
KeyNotify protected virtual (declared in TDictionary<TKey,TValue>)
method KeyNotify(Key: TKey; Action: TCollectionNotification)
void KeyNotify(TKey Key, TCollectionNotification Action)
func KeyNotify(_ Key: TKey, _ Action: TCollectionNotification)
void KeyNotify(TKey Key, TCollectionNotification Action)
Sub KeyNotify(Key As TKey, Action As TCollectionNotification)
Parameters:
- Key:
- Action:
Keys virtual (declared in TDictionary<TKey,TValue>)
property Keys: IEnumerable<TKey> read;
IEnumerable<TKey> Keys { get; }
// .NET, Island
var Keys: IEnumerable<TKey> { get{} }
// Toffee
var Keys: INSFastEnumeration<TKey> { get{} }
Iterable<TKey> Keys { __get; }
ReadOnly Property Keys() As IEnumerable<TKey>
OnKeyNotify virtual (declared in TDictionary<TKey,TValue>)
property OnKeyNotify: RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey> read write;
RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey> OnKeyNotify { get; set; }
var OnKeyNotify: RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey> { get{} set{} }
RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey> OnKeyNotify { __get; __set; }
Property OnKeyNotify() As RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey>
OnValueNotify virtual (declared in TDictionary<TKey,TValue>)
property OnValueNotify: RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue> read write;
RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue> OnValueNotify { get; set; }
var OnValueNotify: RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue> { get{} set{} }
RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue> OnValueNotify { __get; __set; }
Property OnValueNotify() As RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue>
Remove virtual (declared in TDictionary<TKey,TValue>)
method Remove(Key: TKey)
void Remove(TKey Key)
func Remove(_ Key: TKey)
void Remove(TKey Key)
Sub Remove(Key As TKey)
Parameters:
- Key:
ToArray override virtual (declared in TDictionary<TKey,TValue>) .NET, Cooper, Island
method ToArray: array of KeyValuePair<TKey, TValue>
KeyValuePair<TKey, TValue>[] ToArray()
func ToArray() -> KeyValuePair<TKey, TValue>...
KeyValuePair<TKey, TValue>[] ToArray()
Function ToArray() As KeyValuePair<TKey, TValue>()
ToArray virtual (declared in TEnumerable<T>) .NET, Cooper, Island
method ToArray: array of [KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)
[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)[] ToArray()
func ToArray() -> [KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)...
KeyValuePair<TKey, TValue>[] ToArray()
Function ToArray() As [KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)()
ToArray ToArray(): array of KeyValuePair<TKey, TValue> override (declared in TDictionary<TKey,TValue>) Toffee
func ToArray(ToArray ) -> KeyValuePair<TKey, TValue>...
Parameters:
- :
TrimExcess (declared in TDictionary<TKey,TValue>) .NET, Cooper, Island
method TrimExcess
void TrimExcess()
func TrimExcess()
void TrimExcess()
Sub TrimExcess()
TrimExcess TrimExcess() virtual (declared in TDictionary<TKey,TValue>) Toffee
func TrimExcess(TrimExcess )
Parameters:
- :
TryGetValue virtual (declared in TDictionary<TKey,TValue>)
method TryGetValue(Key: TKey; out Value: TValue): Boolean
Boolean TryGetValue(TKey Key, out TValue Value)
func TryGetValue(_ Key: TKey, _ Value: TValue) -> Boolean
Boolean TryGetValue(TKey Key, __out TValue Value)
Function TryGetValue(Key As TKey, <OutAttribute> ByRef Value As TValue) As Boolean
Parameters:
- Key:
- Value:
ValueNotify protected virtual (declared in TDictionary<TKey,TValue>)
method ValueNotify(Value: TValue; Action: TCollectionNotification)
void ValueNotify(TValue Value, TCollectionNotification Action)
func ValueNotify(_ Value: TValue, _ Action: TCollectionNotification)
void ValueNotify(TValue Value, TCollectionNotification Action)
Sub ValueNotify(Value As TValue, Action As TCollectionNotification)
Parameters:
- Value:
- Action:
Values virtual (declared in TDictionary<TKey,TValue>)
property Values: IEnumerable<TValue> read;
IEnumerable<TValue> Values { get; }
// .NET, Island
var Values: IEnumerable<TValue> { get{} }
// Toffee
var Values: INSFastEnumeration<TValue> { get{} }
Iterable<TValue> Values { __get; }
ReadOnly Property Values() As IEnumerable<TValue>
Count virtual (declared in TDictionary<TKey,TValue>)
property Count: Int32 read;
Int32 Count { get; }
var Count: Int32 { get{} }
Integer Count { __get; }
ReadOnly Property Count() As Int32
Items virtual (declared in TDictionary<TKey,TValue>)
property Items[Key: TKey]: TValue read write;
TValue Items[TKey Key] { get; set; }
subscript Items(_ Key: TKey) -> TValue { get{} set{} }
TValue Items[TKey Key] { __get; __set; }
Property Items(Key As TKey) As TValue
Keys virtual (declared in TDictionary<TKey,TValue>)
property Keys: IEnumerable<TKey> read;
IEnumerable<TKey> Keys { get; }
// .NET, Island
var Keys: IEnumerable<TKey> { get{} }
// Toffee
var Keys: INSFastEnumeration<TKey> { get{} }
Iterable<TKey> Keys { __get; }
ReadOnly Property Keys() As IEnumerable<TKey>
OnKeyNotify virtual (declared in TDictionary<TKey,TValue>)
property OnKeyNotify: RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey> read write;
RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey> OnKeyNotify { get; set; }
var OnKeyNotify: RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey> { get{} set{} }
RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey> OnKeyNotify { __get; __set; }
Property OnKeyNotify() As RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TKey>
OnValueNotify virtual (declared in TDictionary<TKey,TValue>)
property OnValueNotify: RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue> read write;
RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue> OnValueNotify { get; set; }
var OnValueNotify: RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue> { get{} set{} }
RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue> OnValueNotify { __get; __set; }
Property OnValueNotify() As RemObjects.Elements.RTL.Delphi.TCollectionNotifyEvent<TValue>
Values virtual (declared in TDictionary<TKey,TValue>)
property Values: IEnumerable<TValue> read;
IEnumerable<TValue> Values { get; }
// .NET, Island
var Values: IEnumerable<TValue> { get{} }
// Toffee
var Values: INSFastEnumeration<TValue> { get{} }
Iterable<TValue> Values { __get; }
ReadOnly Property Values() As IEnumerable<TValue>
Create (Int32): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(aCapacity: Int32): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(Int32 aCapacity)
static func Create(_ aCapacity: Int32) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(Integer aCapacity)
Shared Function Create(aCapacity As Int32) As TDictionary<TKey, TValue>
Parameters:
- aCapacity:
Create (Int32, IEqualityComparer<TKey>): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(aCapacity: Int32; aComparer: IEqualityComparer<TKey>): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(Int32 aCapacity, IEqualityComparer<TKey> aComparer)
static func Create(_ aCapacity: Int32, _ aComparer: IEqualityComparer<TKey>) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(Integer aCapacity, IEqualityComparer<TKey> aComparer)
Shared Function Create(aCapacity As Int32, aComparer As IEqualityComparer<TKey>) As TDictionary<TKey, TValue>
Parameters:
- aCapacity:
- aComparer:
Create (IEqualityComparer<TKey>): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(aComparer: IEqualityComparer<TKey>): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(IEqualityComparer<TKey> aComparer)
static func Create(_ aComparer: IEqualityComparer<TKey>) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(IEqualityComparer<TKey> aComparer)
Shared Function Create(aComparer As IEqualityComparer<TKey>) As TDictionary<TKey, TValue>
Parameters:
- aComparer:
Create (TEnumerable<KeyValuePair<TKey, TValue>>): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(Collection: TEnumerable<KeyValuePair<TKey, TValue>>): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(TEnumerable<KeyValuePair<TKey, TValue>> Collection)
static func Create(_ Collection: TEnumerable<KeyValuePair<TKey, TValue>>) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(TEnumerable<KeyValuePair<TKey, TValue>> Collection)
Shared Function Create(Collection As TEnumerable<KeyValuePair<TKey, TValue>>) As TDictionary<TKey, TValue>
Parameters:
- Collection:
Create (TEnumerable<KeyValuePair<TKey, TValue>>, IEqualityComparer<TKey>): TDictionary<TKey, TValue> virtual (declared in TDictionary<TKey,TValue>)
class method Create(Collection: TEnumerable<KeyValuePair<TKey, TValue>>; aComparer: IEqualityComparer<TKey>): TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(TEnumerable<KeyValuePair<TKey, TValue>> Collection, IEqualityComparer<TKey> aComparer)
static func Create(_ Collection: TEnumerable<KeyValuePair<TKey, TValue>>, _ aComparer: IEqualityComparer<TKey>) -> TDictionary<TKey, TValue>
static TDictionary<TKey, TValue> Create(TEnumerable<KeyValuePair<TKey, TValue>> Collection, IEqualityComparer<TKey> aComparer)
Shared Function Create(Collection As TEnumerable<KeyValuePair<TKey, TValue>>, aComparer As IEqualityComparer<TKey>) As TDictionary<TKey, TValue>
Parameters:
- Collection:
- aComparer:
Create (TDictionaryOwnerships, Int32): TObjectDictionary<TKey, TValue> virtual
class method Create(Ownerships: TDictionaryOwnerships; ACapacity: Int32): TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, Int32 ACapacity)
static func Create(_ Ownerships: TDictionaryOwnerships, _ ACapacity: Int32) -> TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, Integer ACapacity)
Shared Function Create(Ownerships As TDictionaryOwnerships, ACapacity As Int32) As TObjectDictionary<TKey, TValue>
Parameters:
- Ownerships:
- ACapacity:
Create (TDictionaryOwnerships, Int32, IEqualityComparer<TKey>): TObjectDictionary<TKey, TValue> virtual
class method Create(Ownerships: TDictionaryOwnerships; ACapacity: Int32; AComparer: IEqualityComparer<TKey>): TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, Int32 ACapacity, IEqualityComparer<TKey> AComparer)
static func Create(_ Ownerships: TDictionaryOwnerships, _ ACapacity: Int32, _ AComparer: IEqualityComparer<TKey>) -> TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, Integer ACapacity, IEqualityComparer<TKey> AComparer)
Shared Function Create(Ownerships As TDictionaryOwnerships, ACapacity As Int32, AComparer As IEqualityComparer<TKey>) As TObjectDictionary<TKey, TValue>
Parameters:
- Ownerships:
- ACapacity:
- AComparer:
Create (TDictionaryOwnerships, IEqualityComparer<TKey>): TObjectDictionary<TKey, TValue> virtual
class method Create(Ownerships: TDictionaryOwnerships; AComparer: IEqualityComparer<TKey>): TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, IEqualityComparer<TKey> AComparer)
static func Create(_ Ownerships: TDictionaryOwnerships, _ AComparer: IEqualityComparer<TKey>) -> TObjectDictionary<TKey, TValue>
static TObjectDictionary<TKey, TValue> Create(TDictionaryOwnerships Ownerships, IEqualityComparer<TKey> AComparer)
Shared Function Create(Ownerships As TDictionaryOwnerships, AComparer As IEqualityComparer<TKey>) As TObjectDictionary<TKey, TValue>
Parameters:
- Ownerships:
- AComparer:
constructor protected (declared in TEnumerable<T>) .NET, Cooper, Island
constructor
TObjectDictionary<TKey,TValue>()
init()
TObjectDictionary<TKey,TValue>()
Sub New()
constructor init() virtual (declared in TDelphiObject) Toffee
init(init )
Parameters:
- :
constructor (Int32)
constructor(aCapacity: Int32)
TObjectDictionary<TKey,TValue>(Int32 aCapacity)
init(_ aCapacity: Int32)
TObjectDictionary<TKey,TValue>(Integer aCapacity)
Sub New(aCapacity As Int32)
Parameters:
- aCapacity:
constructor (Int32, IEqualityComparer<TKey>)
constructor(aCapacity: Int32; aComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(Int32 aCapacity, IEqualityComparer<TKey> aComparer)
init(_ aCapacity: Int32, _ aComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(Integer aCapacity, IEqualityComparer<TKey> aComparer)
Sub New(aCapacity As Int32, aComparer As IEqualityComparer<TKey>)
Parameters:
- aCapacity:
- aComparer:
constructor (TEnumerable<KeyValuePair<TKey, TValue>>)
constructor(Collection: TEnumerable<KeyValuePair<TKey, TValue>>)
TObjectDictionary<TKey,TValue>(TEnumerable<KeyValuePair<TKey, TValue>> Collection)
init(_ Collection: TEnumerable<KeyValuePair<TKey, TValue>>)
TObjectDictionary<TKey,TValue>(TEnumerable<KeyValuePair<TKey, TValue>> Collection)
Sub New(Collection As TEnumerable<KeyValuePair<TKey, TValue>>)
Parameters:
- Collection:
constructor (TDictionaryOwnerships, Int32)
constructor(Ownerships: TDictionaryOwnerships; ACapacity: Int32)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, Int32 ACapacity)
init(_ Ownerships: TDictionaryOwnerships, _ ACapacity: Int32)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, Integer ACapacity)
Sub New(Ownerships As TDictionaryOwnerships, ACapacity As Int32)
Parameters:
- Ownerships:
- ACapacity:
constructor (TDictionaryOwnerships, Int32, IEqualityComparer<TKey>)
constructor(Ownerships: TDictionaryOwnerships; ACapacity: Int32; AComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, Int32 ACapacity, IEqualityComparer<TKey> AComparer)
init(_ Ownerships: TDictionaryOwnerships, _ ACapacity: Int32, _ AComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, Integer ACapacity, IEqualityComparer<TKey> AComparer)
Sub New(Ownerships As TDictionaryOwnerships, ACapacity As Int32, AComparer As IEqualityComparer<TKey>)
Parameters:
- Ownerships:
- ACapacity:
- AComparer:
constructor (Int32, IEqualityComparer<TKey>)
// .NET
constructor(Ownerships: Int32; AComparer: IEqualityComparer<TKey>)
// Island
constructor(Ownerships: TDictionaryOwnerships; AComparer: IEqualityComparer<TKey>)
// .NET
TObjectDictionary<TKey,TValue>(Int32 Ownerships, IEqualityComparer<TKey> AComparer)
// Island
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, IEqualityComparer<TKey> AComparer)
init(_ Ownerships: TDictionaryOwnerships, _ AComparer: IEqualityComparer<TKey>)
TObjectDictionary<TKey,TValue>(TDictionaryOwnerships Ownerships, IEqualityComparer<TKey> AComparer)
// .NET
Sub New(Ownerships As Int32, AComparer As IEqualityComparer<TKey>)
// Island
Sub New(Ownerships As TDictionaryOwnerships, AComparer As IEqualityComparer<TKey>)
Parameters:
- Ownerships:
- AComparer:
Add virtual (declared in TDictionary<TKey,TValue>)
method Add(Key: TKey; Value: TValue)
void Add(TKey Key, TValue Value)
func Add(_ Key: TKey, _ Value: TValue)
void Add(TKey Key, TValue Value)
Sub Add(Key As TKey, Value As TValue)
Parameters:
- Key:
- Value:
AddOrSetValue virtual (declared in TDictionary<TKey,TValue>)
method AddOrSetValue(Key: TKey; Value: TValue)
void AddOrSetValue(TKey Key, TValue Value)
func AddOrSetValue(_ Key: TKey, _ Value: TValue)
void AddOrSetValue(TKey Key, TValue Value)
Sub AddOrSetValue(Key As TKey, Value As TValue)
Parameters:
- Key:
- Value:
AfterConstruction virtual (declared in TDelphiObject) .NET, Cooper, Island
method AfterConstruction
void AfterConstruction()
func AfterConstruction()
void AfterConstruction()
Sub AfterConstruction()
AfterConstruction AfterConstruction() virtual (declared in TDelphiObject) Toffee
func AfterConstruction(AfterConstruction )
Parameters:
- :
BeforeDestruction virtual (declared in TDelphiObject) .NET, Cooper, Island
method BeforeDestruction
void BeforeDestruction()
func BeforeDestruction()
void BeforeDestruction()
Sub BeforeDestruction()
BeforeDestruction BeforeDestruction() virtual (declared in TDelphiObject) Toffee
func BeforeDestruction(BeforeDestruction )
Parameters:
- :
Clear (declared in TDictionary<TKey,TValue>) .NET, Cooper, Island
method Clear
void Clear()
func Clear()
void Clear()
Sub Clear()
Clear Clear() virtual (declared in TDictionary<TKey,TValue>) Toffee
func Clear(Clear )
Parameters:
- :
close final (declared in TDelphiObject) Cooper
method close
void close()
func close()
void close()
Sub close()
ContainsKey virtual (declared in TDictionary<TKey,TValue>)
method ContainsKey(Key: TKey): Boolean
Boolean ContainsKey(TKey Key)
func ContainsKey(_ Key: TKey) -> Boolean
Boolean ContainsKey(TKey Key)
Function ContainsKey(Key As TKey) As Boolean
Parameters:
- Key:
ContainsValue virtual (declared in TDictionary<TKey,TValue>)
method ContainsValue(Value: TValue): Boolean
Boolean ContainsValue(TValue Value)
func ContainsValue(_ Value: TValue) -> Boolean
Boolean ContainsValue(TValue Value)
Function ContainsValue(Value As TValue) As Boolean
Parameters:
- Value:
countByEnumeratingWithState (declared in TEnumerable<T>) Toffee
func countByEnumeratingWithState(_ aState: UnsafeMutablePointer<NSFastEnumerationState>, objects aStackbuf: UnsafeMutablePointer<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>, count len: NSUInteger) -> NSUInteger
Parameters:
- aState:
- aStackbuf:
- len:
Destroy virtual (declared in TDelphiObject) .NET, Cooper, Island
method Destroy
void Destroy()
func Destroy()
void Destroy()
Sub Destroy()
Destroy Destroy() virtual (declared in TDelphiObject) Toffee
func Destroy(Destroy )
Parameters:
- :
Dispose (declared in TDelphiObject) Island
method Dispose
void Dispose()
func Dispose()
Sub Dispose()
DoGetEnumerator protected (declared in TEnumerable<T>) .NET
method DoGetEnumerator: TEnumerator<T>
TEnumerator<T> DoGetEnumerator()
func DoGetEnumerator() -> TEnumerator<T>
TEnumerator<T> DoGetEnumerator()
Function DoGetEnumerator() As TEnumerator<T>
ExtractPair virtual (declared in TDictionary<TKey,TValue>)
method ExtractPair(Key: TKey): KeyValuePair<TKey, TValue>
KeyValuePair<TKey, TValue> ExtractPair(TKey Key)
func ExtractPair(_ Key: TKey) -> KeyValuePair<TKey, TValue>
KeyValuePair<TKey, TValue> ExtractPair(TKey Key)
Function ExtractPair(Key As TKey) As KeyValuePair<TKey, TValue>
Parameters:
- Key:
Finalize protected (declared in TDelphiObject) .NET
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
Free (declared in TDelphiObject) .NET, Cooper, Island
method Free
void Free()
func Free()
void Free()
Sub Free()
Free Free() virtual (declared in TDelphiObject) Toffee
func Free(Free )
Parameters:
- :
GetEnumerator override virtual (declared in TDictionary<TKey,TValue>) Island
method GetEnumerator: IEnumerator<KeyValuePair<TKey, TValue>>
IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
func GetEnumerator() -> IEnumerator<KeyValuePair<TKey, TValue>>
Function GetEnumerator() As IEnumerator<KeyValuePair<TKey, TValue>>
GetEnumerator virtual abstract (declared in TEnumerable<T>) .NET, Island
// .NET
method GetEnumerator: IEnumerator<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
method GetEnumerator: IEnumerator<T>
// .NET
IEnumerator<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)> GetEnumerator()
// Island
IEnumerator<T> GetEnumerator()
// .NET
func GetEnumerator() -> IEnumerator<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
func GetEnumerator() -> IEnumerator<T>
// .NET
Function GetEnumerator() As IEnumerator<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
Function GetEnumerator() As IEnumerator<T>
GetMetaClass override virtual .NET, Cooper, Island
method GetMetaClass: class of TDelphiObject
class of TDelphiObject GetMetaClass()
func GetMetaClass() -> class of TDelphiObject
class of TDelphiObject GetMetaClass()
Function GetMetaClass() As class of TDelphiObject
GetNonGenericEnumerator protected (declared in TEnumerable<T>) .NET, Island
// .NET
method GetNonGenericEnumerator: IEnumerator
// Island
method GetNonGenericEnumerator: IEnumerator
// .NET
IEnumerator GetNonGenericEnumerator()
// Island
IEnumerator GetNonGenericEnumerator()
// .NET
func GetNonGenericEnumerator() -> IEnumerator
// Island
func GetNonGenericEnumerator() -> IEnumerator
// .NET
Function GetNonGenericEnumerator() As IEnumerator
// Island
Function GetNonGenericEnumerator() As IEnumerator
GetSequence protected override virtual (declared in TDictionary<TKey,TValue>) .NET, Cooper, Island
method GetSequence: IEnumerable<KeyValuePair<TKey, TValue>>
IEnumerable<KeyValuePair<TKey, TValue>> GetSequence()
func GetSequence() -> IEnumerable<KeyValuePair<TKey, TValue>>
Iterable<KeyValuePair<TKey, TValue>> GetSequence()
Function GetSequence() As IEnumerable<KeyValuePair<TKey, TValue>>
GetSequence protected virtual abstract (declared in TEnumerable<T>) .NET, Cooper, Island
// .NET
method GetSequence: IEnumerable<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
method GetSequence: IEnumerable<T>
// .NET
IEnumerable<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)> GetSequence()
// Island
IEnumerable<T> GetSequence()
// .NET
func GetSequence() -> IEnumerable<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
func GetSequence() -> IEnumerable<T>
Iterable<KeyValuePair<TKey, TValue>> GetSequence()
// .NET
Function GetSequence() As IEnumerable<[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)>
// Island
Function GetSequence() As IEnumerable<T>
GetSequence GetSequence(): INSFastEnumeration<KeyValuePair<TKey, TValue>> protected override (declared in TDictionary<TKey,TValue>) Toffee
func GetSequence(GetSequence ) -> INSFastEnumeration<KeyValuePair<TKey, TValue>>
Parameters:
- :
iterator final (declared in TEnumerable<T>) Cooper
method iterator: Iterator<KeyValuePair<TKey, TValue>>
Iterator<KeyValuePair<TKey, TValue>> iterator()
func iterator() -> Iterator<KeyValuePair<TKey, TValue>>
Iterator<KeyValuePair<TKey, TValue>> iterator()
Function iterator() As Iterator<KeyValuePair<TKey, TValue>>
KeyNotify protected virtual (declared in TDictionary<TKey,TValue>)
method KeyNotify(Key: TKey; Action: TCollectionNotification)
void KeyNotify(TKey Key, TCollectionNotification Action)
func KeyNotify(_ Key: TKey, _ Action: TCollectionNotification)
void KeyNotify(TKey Key, TCollectionNotification Action)
Sub KeyNotify(Key As TKey, Action As TCollectionNotification)
Parameters:
- Key:
- Action:
Remove virtual (declared in TDictionary<TKey,TValue>)
method Remove(Key: TKey)
void Remove(TKey Key)
func Remove(_ Key: TKey)
void Remove(TKey Key)
Sub Remove(Key As TKey)
Parameters:
- Key:
ToArray override virtual (declared in TDictionary<TKey,TValue>) .NET, Cooper, Island
method ToArray: array of KeyValuePair<TKey, TValue>
KeyValuePair<TKey, TValue>[] ToArray()
func ToArray() -> KeyValuePair<TKey, TValue>...
KeyValuePair<TKey, TValue>[] ToArray()
Function ToArray() As KeyValuePair<TKey, TValue>()
ToArray virtual (declared in TEnumerable<T>) .NET, Cooper, Island
method ToArray: array of [KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)
[KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)[] ToArray()
func ToArray() -> [KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)...
KeyValuePair<TKey, TValue>[] ToArray()
Function ToArray() As [KeyValuePair<TKey, TValue>](/API/ElementsRTL/Classes/KeyValuePair-T, U-/)()
ToArray ToArray(): array of KeyValuePair<TKey, TValue> override (declared in TDictionary<TKey,TValue>) Toffee
func ToArray(ToArray ) -> KeyValuePair<TKey, TValue>...
Parameters:
- :
TrimExcess (declared in TDictionary<TKey,TValue>) .NET, Cooper, Island
method TrimExcess
void TrimExcess()
func TrimExcess()
void TrimExcess()
Sub TrimExcess()
TrimExcess TrimExcess() virtual (declared in TDictionary<TKey,TValue>) Toffee
func TrimExcess(TrimExcess )
Parameters:
- :
TryGetValue virtual (declared in TDictionary<TKey,TValue>)
method TryGetValue(Key: TKey; out Value: TValue): Boolean
Boolean TryGetValue(TKey Key, out TValue Value)
func TryGetValue(_ Key: TKey, _ Value: TValue) -> Boolean
Boolean TryGetValue(TKey Key, __out TValue Value)
Function TryGetValue(Key As TKey, <OutAttribute> ByRef Value As TValue) As Boolean
Parameters:
- Key:
- Value:
ValueNotify protected virtual (declared in TDictionary<TKey,TValue>)
method ValueNotify(Value: TValue; Action: TCollectionNotification)
void ValueNotify(TValue Value, TCollectionNotification Action)
func ValueNotify(_ Value: TValue, _ Action: TCollectionNotification)
void ValueNotify(TValue Value, TCollectionNotification Action)
Sub ValueNotify(Value As TValue, Action As TCollectionNotification)
Parameters:
- Value:
- Action: