C# Class ConsoleApplication1.ShapeMethods

Mostrar archivo Open project: ufcpp/UfcppSample

Public Methods

Method Description
Contains ( this s, ConsoleApplication1.Shape t ) : bool
GetArea ( this s ) : double

Private Methods

Method 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 method

public static Contains ( this s, ConsoleApplication1.Shape t ) : bool
s this
t ConsoleApplication1.Shape
return bool

GetArea() public static method

public static GetArea ( this s ) : double
s this
return double