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

Datei anzeigen Open project: dotnet/corefx

Public Properties

Property Type Description
HouseNumber int
Street string

Public Methods

Method Description
Address ( string street, int houseNumber ) : System.Collections
Equals ( object o ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Address() public method

public Address ( string street, int houseNumber ) : System.Collections
street string
houseNumber int
return System.Collections

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

HouseNumber public_oe property

public int HouseNumber
return int

Street public_oe property

public string Street
return string