Play-SDK-CSharp
LeanCloud.Play.PlayObject Member List

This is the complete list of members for LeanCloud.Play.PlayObject, including all inherited members.

Add(object key, object value)LeanCloud.Play.PlayObjectinline
Add(KeyValuePair< object, object > item)LeanCloud.Play.PlayObjectinline
Clear()LeanCloud.Play.PlayObjectinline
Contains(KeyValuePair< object, object > item)LeanCloud.Play.PlayObjectinline
ContainsKey(object key)LeanCloud.Play.PlayObjectinline
CopyTo(KeyValuePair< object, object >[] array, int arrayIndex)LeanCloud.Play.PlayObjectinline
CountLeanCloud.Play.PlayObject
Get< T >(object key)LeanCloud.Play.PlayObjectinline
GetBool(object key)LeanCloud.Play.PlayObjectinline
GetByte(object key)LeanCloud.Play.PlayObjectinline
GetBytes(object key)LeanCloud.Play.PlayObjectinline
GetDouble(object key)LeanCloud.Play.PlayObjectinline
GetEnumerator()LeanCloud.Play.PlayObjectinline
GetFloat(object key)LeanCloud.Play.PlayObjectinline
GetInt(object key)LeanCloud.Play.PlayObjectinline
GetLong(object key)LeanCloud.Play.PlayObjectinline
GetPlayArray(object key)LeanCloud.Play.PlayObjectinline
GetPlayObject(object key)LeanCloud.Play.PlayObjectinline
GetShort(object key)LeanCloud.Play.PlayObjectinline
GetString(object key)LeanCloud.Play.PlayObjectinline
IsEmptyLeanCloud.Play.PlayObject
IsNull(object key)LeanCloud.Play.PlayObjectinline
IsReadOnlyLeanCloud.Play.PlayObject
KeysLeanCloud.Play.PlayObject
PlayObject(int capacity)LeanCloud.Play.PlayObjectinline
PlayObject()LeanCloud.Play.PlayObjectinline
PlayObject(IDictionary dictionary)LeanCloud.Play.PlayObjectinline
Remove(object key)LeanCloud.Play.PlayObjectinline
Remove(KeyValuePair< object, object > item)LeanCloud.Play.PlayObjectinline
this[object key]LeanCloud.Play.PlayObject
TryGetBool(object key, out bool val)LeanCloud.Play.PlayObjectinline
TryGetByte(object key, out byte val)LeanCloud.Play.PlayObjectinline
TryGetBytes(object key, out byte[] val)LeanCloud.Play.PlayObjectinline
TryGetDouble(object key, out double val)LeanCloud.Play.PlayObjectinline
TryGetFloat(object key, out float val)LeanCloud.Play.PlayObjectinline
TryGetInt(object key, out int val)LeanCloud.Play.PlayObjectinline
TryGetLong(object key, out long val)LeanCloud.Play.PlayObjectinline
TryGetPlayArray(object key, out PlayArray val)LeanCloud.Play.PlayObjectinline
TryGetPlayObject(object key, out PlayObject val)LeanCloud.Play.PlayObjectinline
TryGetShort(object key, out short val)LeanCloud.Play.PlayObjectinline
TryGetString(object key, out string val)LeanCloud.Play.PlayObjectinline
TryGetValue(object key, out object value)LeanCloud.Play.PlayObjectinline
ValuesLeanCloud.Play.PlayObject