ApiExamples.ExMailMergeCustom.Customer.Customer C# (CSharp) Метод

Customer() публичный Метод

public Customer ( string aFullName, string anAddress ) : System.Collections
aFullName string
anAddress string
Результат System.Collections
            public Customer(string aFullName, string anAddress)
            {
                this.mFullName = aFullName;
                this.mAddress = anAddress;
            }
ExMailMergeCustom.Customer