Aspose.Cells.Examples.CSharp.SmartMarkers.UsingGenericList.Husband.Husband C# (CSharp) Method

Husband() private method

private Husband ( string name, int age ) : System.IO
name string
age int
return System.IO
            internal Husband(string name, int age)
            {
                this.Name = name;
                this.Age = age;
            }
UsingGenericList.Husband