API reference
API reference
Select your platform
No SDKs available
No versions available

DictionaryList Class

Overview

Properties

List< U >

Public Member Functions

void
Add
( T key,
U value )
void
RemoveAt
( T key,
int index )
void
Remove
( T key,
U value )
bool
TryGetValue
( T key,
out List< U > values )

Details

Properties

List<U> Meta.WitAi.Utilities.DictionaryList< T, U >.this[T key]
No description available.

Member Functions

void Meta.WitAi.Utilities.DictionaryList< T, U >.Add
( T key,
U value )
No description available.
void Meta.WitAi.Utilities.DictionaryList< T, U >.RemoveAt
( T key,
int index )
No description available.
void Meta.WitAi.Utilities.DictionaryList< T, U >.Remove
( T key,
U value )
No description available.
bool Meta.WitAi.Utilities.DictionaryList< T, U >.TryGetValue
( T key,
out List< U > values )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon