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

Datei anzeigen 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_oe property

public Address HomeAddress
return Address

Name public_oe property

public string Name
return string