Interface IAddressBookContactsEnumerator
Inherited Members
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.Reset()
System.Collections.IEnumerator.Current
Assembly: cs.temp.dll.dll
public interface IAddressBookContactsEnumerator : IEnumerator
Properties
Declaration
int AvailableContactsCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
IAddressBookContact GetContact(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns