Class ItemIdCollection

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public class ItemIdCollection : Disposable, System.Collections.IEnumerable, System.Collections.Generic.IList<uint>
Inheritance
ItemIdCollection
Implements

Constructors

View Source

ItemIdCollection()

Declaration
C#
Copy
public ItemIdCollection()
View Source

ItemIdCollection(System.Collections.ICollection)

Declaration
C#
Copy
public ItemIdCollection(System.Collections.ICollection c)
Parameters
Type Name Description
System.Collections.ICollection c
View Source

ItemIdCollection(Int32)

Declaration
C#
Copy
public ItemIdCollection(int capacity)
Parameters
Type Name Description
Int32 capacity
View Source

ItemIdCollection(ItemIdCollection)

Declaration
C#
Copy
public ItemIdCollection(ItemIdCollection other)
Parameters
Type Name Description
ItemIdCollection other

Properties

View Source

Capacity

Declaration
C#
Copy
public int Capacity { get; set; }
Property Value
Type Description
Int32
View Source

Count

Declaration
C#
Copy
public int Count { get; }
Property Value
Type Description
Int32
View Source

IsFixedSize

Declaration
C#
Copy
public bool IsFixedSize { get; }
Property Value
Type Description
Boolean
View Source

IsReadOnly

Declaration
C#
Copy
public bool IsReadOnly { get; }
Property Value
Type Description
Boolean
View Source

IsSynchronized

Declaration
C#
Copy
public bool IsSynchronized { get; }
Property Value
Type Description
Boolean
View Source

Item[Int32]

Declaration
C#
Copy
public uint this[int index] { get; set; }
Parameters
Type Name Description
Int32 index
Property Value
Type Description
UInt32

Methods

View Source

Add(UInt32)

Declaration
C#
Copy
public void Add(uint x)
Parameters
Type Name Description
UInt32 x
View Source

AddRange(ItemIdCollection)

Declaration
C#
Copy
public void AddRange(ItemIdCollection values)
Parameters
Type Name Description
ItemIdCollection values
View Source

Clear()

Declaration
C#
Copy
public void Clear()
View Source

Contains(UInt32)

Declaration
C#
Copy
public bool Contains(uint value)
Parameters
Type Name Description
UInt32 value
Returns
Type Description
Boolean
View Source

CopyTo(Int32, UInt32[], Int32, Int32)

Declaration
C#
Copy
public void CopyTo(int index, uint[] array, int arrayIndex, int count)
Parameters
Type Name Description
Int32 index
UInt32[] array
Int32 arrayIndex
Int32 count
View Source

CopyTo(UInt32[])

Declaration
C#
Copy
public void CopyTo(uint[] array)
Parameters
Type Name Description
UInt32[] array
View Source

CopyTo(UInt32[], Int32)

Declaration
C#
Copy
public void CopyTo(uint[] array, int arrayIndex)
Parameters
Type Name Description
UInt32[] array
Int32 arrayIndex
View Source

GetEnumerator()

Declaration
C#
Copy
public ItemIdCollection.ItemIdCollectionEnumerator GetEnumerator()
Returns
Type Description
ItemIdCollection.ItemIdCollectionEnumerator
View Source

GetRange(Int32, Int32)

Declaration
C#
Copy
public ItemIdCollection GetRange(int index, int count)
Parameters
Type Name Description
Int32 index
Int32 count
Returns
Type Description
ItemIdCollection
View Source

IndexOf(UInt32)

Declaration
C#
Copy
public int IndexOf(uint value)
Parameters
Type Name Description
UInt32 value
Returns
Type Description
Int32
View Source

Insert(Int32, UInt32)

Declaration
C#
Copy
public void Insert(int index, uint x)
Parameters
Type Name Description
Int32 index
UInt32 x
View Source

InsertRange(Int32, ItemIdCollection)

Declaration
C#
Copy
public void InsertRange(int index, ItemIdCollection values)
Parameters
Type Name Description
Int32 index
ItemIdCollection values
View Source

LastIndexOf(UInt32)

Declaration
C#
Copy
public int LastIndexOf(uint value)
Parameters
Type Name Description
UInt32 value
Returns
Type Description
Int32
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides
View Source

Remove(UInt32)

Declaration
C#
Copy
public bool Remove(uint value)
Parameters
Type Name Description
UInt32 value
Returns
Type Description
Boolean
View Source

RemoveAt(Int32)

Declaration
C#
Copy
public void RemoveAt(int index)
Parameters
Type Name Description
Int32 index
View Source

RemoveRange(Int32, Int32)

Declaration
C#
Copy
public void RemoveRange(int index, int count)
Parameters
Type Name Description
Int32 index
Int32 count
View Source

Repeat(UInt32, Int32)

Declaration
C#
Copy
public static ItemIdCollection Repeat(uint value, int count)
Parameters
Type Name Description
UInt32 value
Int32 count
Returns
Type Description
ItemIdCollection
View Source

Reverse()

Declaration
C#
Copy
public void Reverse()
View Source

Reverse(Int32, Int32)

Declaration
C#
Copy
public void Reverse(int index, int count)
Parameters
Type Name Description
Int32 index
Int32 count
View Source

SetRange(Int32, ItemIdCollection)

Declaration
C#
Copy
public void SetRange(int index, ItemIdCollection values)
Parameters
Type Name Description
Int32 index
ItemIdCollection values

Implements

Extension Methods