}}
    Show / Hide Table of Contents

    Interface IDataList

    Inherited Members
    IEnumerable.GetEnumerator()
    Namespace: Zenoph.Notify.Collections
    Assembly: Zenoph.Notify.dll
    Syntax
    public interface IDataList : IEnumerable

    Methods

    add(object)

    Declaration
    void add(object item)
    Parameters
    Type Name Description
    object item

    getCount()

    Declaration
    int getCount()
    Returns
    Type Description
    int
    Back to top