TKInlineDictionary
Inherits Dictionary
Description
Represents a TOML inline dictionary.
Methods
Name | Parameters | Returns |
---|---|---|
CaseDelegate | key1 As Variant , key2 As Variant |
Integer |
Constructor | ParamArray entries() As Pair |
Method Descriptions
CaseDelegate(key1 As Variant, key2 As Variant) As Integer This method is shared.
Internal use delegate for sorting an array.
Constructor(ParamArray entries() As Pair)
Constructor that takes an optional array of entries
.