Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
Ix
Dictionary
Class Dictionary
Index
Constructor methods
constructor
Methods
add
clear
get
getValues
has
length
remove
set
toEnumerable
tryGetValue
Constructor methods
constructor
(
capacity
?:
number
, comparer
?:
EqualityComparer
)
:
Dictionary
Parameters
capacity?:
number
optional
comparer?:
EqualityComparer
optional
Returns
Dictionary
Methods
public
add
(
key
:
TKey in Ix.Dictionary<TKey, TValue>
, value
:
TValue in Ix.Dictionary<TKey, TValue>
)
Parameters
key:
TKey in Ix.Dictionary<TKey, TValue>
value:
TValue in Ix.Dictionary<TKey, TValue>
public
clear
(
)
public
get
(
key
:
TKey in Ix.Dictionary<TKey, TValue>
)
:
TValue in Ix.Dictionary<TKey, TValue>
Parameters
key:
TKey in Ix.Dictionary<TKey, TValue>
Returns
TValue in Ix.Dictionary<TKey, TValue>
public
getValues
(
)
:
Array<TValue>
Returns
Array<TValue>
public
has
(
key
:
TKey in Ix.Dictionary<TKey, TValue>
)
:
boolean
Parameters
key:
TKey in Ix.Dictionary<TKey, TValue>
Returns
boolean
public
length
(
)
:
number
Returns
number
public
remove
(
key
:
TKey in Ix.Dictionary<TKey, TValue>
)
:
boolean
Parameters
key:
TKey in Ix.Dictionary<TKey, TValue>
Returns
boolean
public
set
(
key
:
TKey in Ix.Dictionary<TKey, TValue>
, value
:
TValue in Ix.Dictionary<TKey, TValue>
)
Parameters
key:
TKey in Ix.Dictionary<TKey, TValue>
value:
TValue in Ix.Dictionary<TKey, TValue>
public
toEnumerable
(
)
:
Enumerable
Returns
Enumerable
public
tryGetValue
(
key
:
TKey in Ix.Dictionary<TKey, TValue>
)
:
TValue in Ix.Dictionary<TKey, TValue>
Parameters
key:
TKey in Ix.Dictionary<TKey, TValue>
Returns
TValue in Ix.Dictionary<TKey, TValue>
Globals
Ix
l2o
Enumerable
Enumerator
Comparer
Disposable
EnumerableFunc
EnumerablePredicate
EnumerableStatic
EnumeratorStatic
EqualityComparer
Grouping
KeyValuePair
Lookup
OrderedEnumerable
Predicate
Dictionary
constructor
add
clear
get
getValues
has
length
remove
set
toEnumerable
tryGetValue