Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
public class ItemCollection : Disposable, System.Collections.IEnumerable, System.Collections.Generic.IEnumerable<Item>
- Inheritance
-
- Implements
-
System.Collections.Generic.IEnumerable<
Item>
Constructors
Declaration
View Source
ItemCollection(System.Collections.ICollection)
Declaration
public ItemCollection(System.Collections.ICollection c)
Parameters
Type |
Name |
Description |
System.Collections.ICollection |
c |
|
Declaration
public ItemCollection(int capacity)
Parameters
Type |
Name |
Description |
Int32 |
capacity |
|
Declaration
public ItemCollection(ItemCollection 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 Item this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
Declaration
Parameters
Type |
Name |
Description |
Item |
x |
|
Declaration
public void AddRange(ItemCollection values)
Parameters
Declaration
Declaration
public void CopyTo(int index, Item[] array, int arrayIndex, int count)
Parameters
Declaration
public void CopyTo(Item[] array)
Parameters
Type |
Name |
Description |
Item[] |
array |
|
Declaration
public void CopyTo(Item[] array, int arrayIndex)
Parameters
Type |
Name |
Description |
Item[] |
array |
|
Int32 |
arrayIndex |
|
Declaration
public ItemCollection.ItemCollectionEnumerator GetEnumerator()
Returns
Declaration
public ItemCollection GetRange(int index, int count)
Parameters
Returns
Declaration
public void Insert(int index, Item x)
Parameters
Declaration
public void InsertRange(int index, ItemCollection values)
Parameters
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 void RemoveAt(int index)
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Declaration
public void RemoveRange(int index, int count)
Parameters
Declaration
public static ItemCollection Repeat(Item value, int count)
Parameters
Returns
Declaration
Declaration
public void Reverse(int index, int count)
Parameters
Declaration
public void SetRange(int index, ItemCollection values)
Parameters
Implements
System.Collections.Generic.IEnumerable<>
Extension Methods