Methods
Static dictionaryCreate
- dictionaryCreate(capacity?: number): Map<string, any>
-
Parameters
-
Optional capacity: number
Returns Map<string, any>
Static dictionaryGetDictionary
- dictionaryGetDictionary(obj: any): Map<string, any>
-
Parameters
Returns Map<string, any>
Static dictionaryGetEnumerator
- dictionaryGetEnumerator(map: Map<string, any>): IEnumerator
-
Parameters
Static dictionaryGetKeys
- dictionaryGetKeys(map: Map<string, any>): IEnumerator
-
Parameters
Static dictionaryGetValues
- dictionaryGetValues(map: Map<string, any>): IEnumerator
-
Parameters
Static en
- en(map: Map<string, any>): Generator<{
key: string;
value: any;
}, void, unknown>
-
Parameters
Returns Generator<{
key: string;
value: any;
}, void, unknown>