C# Класс ConsoleApplication1.ShapeMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
Contains ( this s, ConsoleApplication1.Shape t ) : bool
GetArea ( this s ) : double

Приватные методы

Метод Описание
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

Описание методов

Contains() публичный статический Метод

public static Contains ( this s, ConsoleApplication1.Shape t ) : bool
s this
t ConsoleApplication1.Shape
Результат bool

GetArea() публичный статический Метод

public static GetArea ( this s ) : double
s this
Результат double