Class ItemCollection

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class ItemCollection : Disposable, System.Collections.IEnumerable, System.Collections.Generic.IEnumerable<Item>
    Inheritance
    object
    Disposable
    ItemCollection
    Implements
    System.Collections.IEnumerable
    System.Collections.Generic.IEnumerable<><Item>

    Constructors

    View Source

    ItemCollection()

    Declaration
    public ItemCollection()
    View Source

    ItemCollection(ICollection)

    Declaration
    public ItemCollection(System.Collections.ICollection c)
    Parameters
    Type Name Description
    System.Collections.ICollection c
    View Source

    ItemCollection(int)

    Declaration
    public ItemCollection(int capacity)
    Parameters
    Type Name Description
    int capacity
    View Source

    ItemCollection(ItemCollection)

    Declaration
    public ItemCollection(ItemCollection other)
    Parameters
    Type Name Description
    ItemCollection other

    Properties

    View Source

    Capacity

    Declaration
    public int Capacity { get; set; }
    Property Value
    Type Description
    int
    View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    View Source

    IsFixedSize

    Declaration
    public bool IsFixedSize { get; }
    Property Value
    Type Description
    bool
    View Source

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    bool
    View Source

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    bool
    View Source

    this[int]

    Declaration
    public Item this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    Item

    Methods

    View Source

    Add(Item)

    Declaration
    public void Add(Item x)
    Parameters
    Type Name Description
    Item x
    View Source

    AddRange(ItemCollection)

    Declaration
    public void AddRange(ItemCollection values)
    Parameters
    Type Name Description
    ItemCollection values
    View Source

    Clear()

    Declaration
    public void Clear()
    View Source

    CopyTo(int, Item[], int, int)

    Declaration
    public void CopyTo(int index, Item[] array, int arrayIndex, int count)
    Parameters
    Type Name Description
    int index
    Item[] array
    int arrayIndex
    int count
    View Source

    CopyTo(Item[], int)

    Declaration
    public void CopyTo(Item[] array, int arrayIndex)
    Parameters
    Type Name Description
    Item[] array
    int arrayIndex
    View Source

    CopyTo(Item[])

    Declaration
    public void CopyTo(Item[] array)
    Parameters
    Type Name Description
    Item[] array
    View Source

    GetEnumerator()

    Declaration
    public ItemCollection.ItemCollectionEnumerator GetEnumerator()
    Returns
    Type Description
    ItemCollection.ItemCollectionEnumerator
    View Source

    GetRange(int, int)

    Declaration
    public ItemCollection GetRange(int index, int count)
    Parameters
    Type Name Description
    int index
    int count
    Returns
    Type Description
    ItemCollection
    View Source

    Insert(int, Item)

    Declaration
    public void Insert(int index, Item x)
    Parameters
    Type Name Description
    int index
    Item x
    View Source

    InsertRange(int, ItemCollection)

    Declaration
    public void InsertRange(int index, ItemCollection values)
    Parameters
    Type Name Description
    int index
    ItemCollection values
    View Source

    ReleaseSwigCPtr(HandleRef)

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

    RemoveAt(int)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    int index
    View Source

    RemoveRange(int, int)

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

    Repeat(Item, int)

    Declaration
    public static ItemCollection Repeat(Item value, int count)
    Parameters
    Type Name Description
    Item value
    int count
    Returns
    Type Description
    ItemCollection
    View Source

    Reverse()

    Declaration
    public void Reverse()
    View Source

    Reverse(int, int)

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

    SetRange(int, ItemCollection)

    Declaration
    public void SetRange(int index, ItemCollection values)
    Parameters
    Type Name Description
    int index
    ItemCollection values

    Implements

    System.Collections.IEnumerable
    System.Collections.Generic.IEnumerable<>

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX