C# Class ConsoleApplication1.ShapeMethods

Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
Contains ( this s, ConsoleApplication1.Shape t ) : bool
GetArea ( this s ) : double

Private Methods

Méthode Description
Contains ( Circle s, Circle t ) : bool
Contains ( Circle s, Rectangle t ) : bool
Contains ( Rectangle s, Circle t ) : bool
Contains ( Rectangle s, Rectangle t ) : bool
Contains ( dynamic s, dynamic t ) : bool
GetArea ( Circle x ) : double
GetArea ( Rectangle x ) : double
GetArea ( dynamic s ) : double

Method Details

Contains() public static méthode

public static Contains ( this s, ConsoleApplication1.Shape t ) : bool
s this
t ConsoleApplication1.Shape
Résultat bool

GetArea() public static méthode

public static GetArea ( this s ) : double
s this
Résultat double