Class ItemIdCollection

    Definition

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

    Constructors

    View Source

    ItemIdCollection()

    Declaration
    public ItemIdCollection()
    View Source

    ItemIdCollection(ICollection)

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

    ItemIdCollection(int)

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

    ItemIdCollection(ItemIdCollection)

    Declaration
    public ItemIdCollection(ItemIdCollection other)
    Parameters
    Type Name Description
    ItemIdCollection 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 uint this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    uint

    Methods

    View Source

    Add(uint)

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

    AddRange(ItemIdCollection)

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

    Clear()

    Declaration
    public void Clear()
    View Source

    Contains(uint)

    Declaration
    public bool Contains(uint value)
    Parameters
    Type Name Description
    uint value
    Returns
    Type Description
    bool
    View Source

    CopyTo(int, uint[], int, int)

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

    CopyTo(uint[], int)

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

    CopyTo(uint[])

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

    GetEnumerator()

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

    GetRange(int, int)

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

    IndexOf(uint)

    Declaration
    public int IndexOf(uint value)
    Parameters
    Type Name Description
    uint value
    Returns
    Type Description
    int
    View Source

    Insert(int, uint)

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

    InsertRange(int, ItemIdCollection)

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

    LastIndexOf(uint)

    Declaration
    public int LastIndexOf(uint value)
    Parameters
    Type Name Description
    uint value
    Returns
    Type Description
    int
    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

    Remove(uint)

    Declaration
    public bool Remove(uint value)
    Parameters
    Type Name Description
    uint value
    Returns
    Type Description
    bool
    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(uint, int)

    Declaration
    public static ItemIdCollection Repeat(uint value, int count)
    Parameters
    Type Name Description
    uint value
    int count
    Returns
    Type Description
    ItemIdCollection
    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, ItemIdCollection)

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

    Implements

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

    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