C# Class Memento.Test.Stubs.Point

Afficher le fichier Open project: buunguyen/memento

Méthodes publiques

Свойство Type Description
X int
Y int

Méthodes publiques

Méthode Description
Equals ( Point other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Point ( int x, int y )
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( Point other ) : bool
other Point
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Point() public méthode

public Point ( int x, int y )
x int
y int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int