C# 클래스 ConsoleApplication1.ShapeMethods

파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
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