OpenTransactions.OTAPI.AddressBook.GetContact C# (CSharp) Méthode

GetContact() public méthode

public GetContact ( uint nIndex ) : Contact
nIndex uint
Résultat Contact
        public Contact GetContact(uint nIndex)
        {
            IntPtr cPtr = otapiPINVOKE.AddressBook_GetContact(swigCPtr, nIndex);
            Contact ret = (cPtr == IntPtr.Zero) ? null : new Contact(cPtr, false);
            return ret;
        }