Show / Hide Table of Contents

    Interface IAddressBookContactsEnumerator

    Inherited Members
    System.Collections.IEnumerator.MoveNext()
    System.Collections.IEnumerator.Reset()
    System.Collections.IEnumerator.Current
    Namespace: VoxelBusters.EssentialKit
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAddressBookContactsEnumerator : IEnumerator

    Properties

    AvailableContactsCount

    Declaration
    int AvailableContactsCount { get; }
    Property Value
    Type Description
    System.Int32

    BlockSize

    Declaration
    int BlockSize { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetContact(Int32)

    Declaration
    IAddressBookContact GetContact(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    IAddressBookContact
    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters