}}
    Show / Hide Table of Contents

    Class ComposerDestinationsList

    Inheritance
    object
    ComposerDestinationsList
    Implements
    IEnumerable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Collections
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(true)]
    [Guid("577ECB66-D54E-4EC9-9720-0A357CBB6447")]
    public class ComposerDestinationsList : IEnumerable

    Constructors

    ComposerDestinationsList(List<ComposerDestination>)

    Declaration
    public ComposerDestinationsList(List<ComposerDestination> destsList)
    Parameters
    Type Name Description
    List<ComposerDestination> destsList

    Methods

    getCount()

    Declaration
    [ComVisible(true)]
    public int getCount()
    Returns
    Type Description
    int

    getItem(int)

    Declaration
    [ComVisible(true)]
    public ComposerDestination getItem(int idx)
    Parameters
    Type Name Description
    int idx
    Returns
    Type Description
    ComposerDestination

    isEmpty()

    Declaration
    [ComVisible(true)]
    public bool isEmpty()
    Returns
    Type Description
    bool

    Explicit Interface Implementations

    GetEnumerator()

    Returns an enumerator that iterates through a collection.

    Declaration
    [ComVisible(true)]
    IEnumerator GetEnumerator()
    Returns
    Type Description
    IEnumerator

    An IEnumerator object that can be used to iterate through the collection.

    Implements

    IEnumerable
    Back to top