System.Data.Tests.DataRowTest2.Person.Person C# (CSharp) Method

Person() public method

public Person ( string name ) : System.Collections
name string
return System.Collections
            public Person(string name)
            {
                Name = name;
            }
DataRowTest2.Person