C# Class System.Data.Tests.DataRowTest2.Person

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
HomeAddress Address
Name string

Public Methods

Method Description
Person ( string name ) : System.Collections

Method Details

Person() public method

public Person ( string name ) : System.Collections
name string
return System.Collections

Property Details

HomeAddress public property

public Address HomeAddress
return Address

Name public property

public string Name
return string