OpenTransactions.OTAPI.Contact.GetContactNym C# (CSharp) Method

GetContactNym() public method

public GetContactNym ( uint nIndex ) : ContactNym
nIndex uint
return ContactNym
        public ContactNym GetContactNym(uint nIndex)
        {
            IntPtr cPtr = otapiPINVOKE.Contact_GetContactNym(swigCPtr, nIndex);
            ContactNym ret = (cPtr == IntPtr.Zero) ? null : new ContactNym(cPtr, false);
            return ret;
        }