Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
public class ItemIdCollection : Disposable, System.Collections.IEnumerable, System.Collections.Generic.IList<uint>
- Inheritance
-
- Implements
-
Constructors
Declaration
public ItemIdCollection()
View Source
ItemIdCollection(System.Collections.ICollection)
Declaration
public ItemIdCollection(System.Collections.ICollection c)
Parameters
Type |
Name |
Description |
System.Collections.ICollection |
c |
|
Declaration
public ItemIdCollection(int capacity)
Parameters
Type |
Name |
Description |
Int32 |
capacity |
|
Declaration
public ItemIdCollection(ItemIdCollection other)
Parameters
Properties
Declaration
public int Capacity { get; set; }
Property Value
Declaration
public int Count { get; }
Property Value
Declaration
public bool IsFixedSize { get; }
Property Value
Declaration
public bool IsReadOnly { get; }
Property Value
Declaration
public bool IsSynchronized { get; }
Property Value
Declaration
public uint this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
Declaration
Parameters
Type |
Name |
Description |
UInt32 |
x |
|
Declaration
public void AddRange(ItemIdCollection values)
Parameters
Declaration
Declaration
public bool Contains(uint value)
Parameters
Type |
Name |
Description |
UInt32 |
value |
|
Returns
Declaration
public void CopyTo(int index, uint[] array, int arrayIndex, int count)
Parameters
Declaration
public void CopyTo(uint[] array)
Parameters
Type |
Name |
Description |
UInt32[] |
array |
|
Declaration
public void CopyTo(uint[] array, int arrayIndex)
Parameters
Declaration
public ItemIdCollection.ItemIdCollectionEnumerator GetEnumerator()
Returns
Declaration
public ItemIdCollection GetRange(int index, int count)
Parameters
Returns
Declaration
public int IndexOf(uint value)
Parameters
Type |
Name |
Description |
UInt32 |
value |
|
Returns
Declaration
public void Insert(int index, uint x)
Parameters
Declaration
public void InsertRange(int index, ItemIdCollection values)
Parameters
Declaration
public int LastIndexOf(uint value)
Parameters
Type |
Name |
Description |
UInt32 |
value |
|
Returns
View Source
ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)
Declaration
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type |
Name |
Description |
Tizen.System.Runtime.InteropServices.HandleRef |
swigCPtr |
|
Overrides
Declaration
public bool Remove(uint value)
Parameters
Type |
Name |
Description |
UInt32 |
value |
|
Returns
Declaration
public void RemoveAt(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Declaration
public void RemoveRange(int index, int count)
Parameters
Declaration
public static ItemIdCollection Repeat(uint value, int count)
Parameters
Returns
Declaration
Declaration
public void Reverse(int index, int count)
Parameters
Declaration
public void SetRange(int index, ItemIdCollection values)
Parameters
Implements
Extension Methods