Public Member Functions | |
| void | Clear () |
| Linphone.Dictionary | Clone () |
| Linphone.Buffer | GetBuffer (string key) |
| float | GetFloat (string key) |
| int | GetInt (string key) |
| int | GetInt64 (string key) |
| string | GetString (string key) |
| void | HasKey (string key) |
| void | Remove (string key) |
| void | SetBuffer (string key, Linphone.Buffer val) |
| void | SetFloat (string key, float val) |
| void | SetInt (string key, int val) |
| void | SetInt64 (string key, int val) |
| void | SetString (string key, string val) |
Properties | |
| IEnumerable< string > | Keys [get] |
Additional Inherited Members | |
Protected Member Functions inherited from Linphone.LinphoneObject | |
| static String | linphone_pointer_to_string (IntPtr ptr) |
| static IntPtr | linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str) |
| IntPtr | StringArrayToBctbxList (IEnumerable< string > stringlist) |
| void | CleanStringArrayPtrs (IntPtr l) |
Object that represents key-value pair container.
|
inline |
Clears the dictionary.
|
inline |
Instantiates a new dictionary with values from source.
|
inline |
Gets the LinphoneBuffer value of a key.
| key | The key. |
|
inline |
Gets the float value of a key.
| key | The key. |
|
inline |
Gets the int value of a key.
| key | The key. |
|
inline |
Gets the int64 value of a key.
| key | The key. |
|
inline |
Gets the char* value of a key.
| key | The key. |
|
inline |
Search if the key is present in the dictionary.
| key | The key. |
|
inline |
Removes the pair of the key.
| key | The key. |
|
inline |
Sets a LinphoneBuffer value to a key.
| key | The key. |
| val | The LinphoneBuffer value. |
|
inline |
Sets a float value to a key.
| key | The key. |
| val | The int value. |
|
inline |
Sets a int value to a key.
| key | The key. |
| val | The int value. |
|
inline |
Sets a int64 value to a key.
| key | The key. |
| val | The int64 value. |
|
inline |
Sets a char* value to a key.
| key | The key. |
| val | The value. |
|
get |
Returns the list of keys present in the dictionary.