数组类结构,实现 IList 接口
More...
◆ PlayArray() [1/3]
LeanCloud.Play.PlayArray.PlayArray |
( |
int |
capacity | ) |
|
|
inline |
◆ PlayArray() [2/3]
LeanCloud.Play.PlayArray.PlayArray |
( |
| ) |
|
|
inline |
◆ PlayArray() [3/3]
LeanCloud.Play.PlayArray.PlayArray |
( |
IList |
data | ) |
|
|
inline |
◆ Add()
int LeanCloud.Play.PlayArray.Add |
( |
object |
value | ) |
|
|
inline |
增加元素
- Returns
- The add.
- Parameters
-
◆ Clear()
void LeanCloud.Play.PlayArray.Clear |
( |
| ) |
|
|
inline |
◆ Contains()
bool LeanCloud.Play.PlayArray.Contains |
( |
object |
value | ) |
|
|
inline |
是否包含元素
- Returns
- The contains.
- Parameters
-
◆ CopyTo()
void LeanCloud.Play.PlayArray.CopyTo |
( |
Array |
array, |
|
|
int |
index |
|
) |
| |
|
inline |
◆ Get< T >()
T LeanCloud.Play.PlayArray.Get< T > |
( |
int |
index | ) |
|
|
inline |
获取元素的具体类型值
- Returns
- The get.
- Parameters
-
- Template Parameters
-
◆ GetBool()
bool LeanCloud.Play.PlayArray.GetBool |
( |
int |
index | ) |
|
|
inline |
获取元素 bool 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetByte()
byte LeanCloud.Play.PlayArray.GetByte |
( |
int |
index | ) |
|
|
inline |
获取元素 byte 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetBytes()
byte[] LeanCloud.Play.PlayArray.GetBytes |
( |
int |
index | ) |
|
|
inline |
获取元素 byte[] 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetDouble()
double LeanCloud.Play.PlayArray.GetDouble |
( |
int |
index | ) |
|
|
inline |
获取元素 double 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetEnumerator()
IEnumerator LeanCloud.Play.PlayArray.GetEnumerator |
( |
| ) |
|
|
inline |
获取迭代器
- Returns
- The enumerator.
◆ GetFloat()
float LeanCloud.Play.PlayArray.GetFloat |
( |
int |
index | ) |
|
|
inline |
获取元素 float 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetInt()
int LeanCloud.Play.PlayArray.GetInt |
( |
int |
index | ) |
|
|
inline |
获取元素 int 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetLong()
long LeanCloud.Play.PlayArray.GetLong |
( |
int |
index | ) |
|
|
inline |
获取元素 long 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetPlayArray()
PlayArray LeanCloud.Play.PlayArray.GetPlayArray |
( |
int |
index | ) |
|
|
inline |
获取元素 PlayArray 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetPlayObject()
PlayObject LeanCloud.Play.PlayArray.GetPlayObject |
( |
int |
index | ) |
|
|
inline |
获取元素 PlayObject 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetShort()
short LeanCloud.Play.PlayArray.GetShort |
( |
int |
index | ) |
|
|
inline |
获取元素 short 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ GetString()
string LeanCloud.Play.PlayArray.GetString |
( |
int |
index | ) |
|
|
inline |
获取元素 string 值
- Returns
true
, if bool was gotten, false
otherwise.
- Parameters
-
◆ IndexOf()
int LeanCloud.Play.PlayArray.IndexOf |
( |
object |
value | ) |
|
|
inline |
元素索引
- Returns
- The of.
- Parameters
-
◆ Insert()
void LeanCloud.Play.PlayArray.Insert |
( |
int |
index, |
|
|
object |
value |
|
) |
| |
|
inline |
◆ IsNull()
bool LeanCloud.Play.PlayArray.IsNull |
( |
int |
index | ) |
|
|
inline |
属性是否为空
- Returns
true
, if null was ised, false
otherwise.
- Parameters
-
◆ Remove()
void LeanCloud.Play.PlayArray.Remove |
( |
object |
value | ) |
|
|
inline |
◆ RemoveAt()
void LeanCloud.Play.PlayArray.RemoveAt |
( |
int |
index | ) |
|
|
inline |
◆ ToList< T >()
List< T > LeanCloud.Play.PlayArray.ToList< T > |
( |
| ) |
|
|
inline |
转换至 T 类型链表
- Returns
- The list.
- Template Parameters
-
◆ Count
int LeanCloud.Play.PlayArray.Count |
|
get |
◆ IsFixedSize
bool LeanCloud.Play.PlayArray.IsFixedSize |
|
get |
是否固定长度
true
if is fixed size; otherwise, false
.
◆ IsReadOnly
bool LeanCloud.Play.PlayArray.IsReadOnly |
|
get |
是否只读
true
if is read only; otherwise, false
.
◆ IsSynchronized
bool LeanCloud.Play.PlayArray.IsSynchronized |
|
get |
是否同步访问
true
if is synchronized; otherwise, false
.
◆ SyncRoot
object LeanCloud.Play.PlayArray.SyncRoot |
|
get |
◆ this[int index]
object LeanCloud.Play.PlayArray.this[int index] |
|
getset |
The documentation for this class was generated from the following file: