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

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
HouseNumber int
Street string

Méthodes publiques

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

Method Details

Address() public méthode

public Address ( string street, int houseNumber ) : System.Collections
street string
houseNumber int
Résultat System.Collections

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

HouseNumber public_oe property

public int HouseNumber
Résultat int

Street public_oe property

public string Street
Résultat string