C# 클래스 CsEquivalents.ClassExamples.Square

상속: ShapeBase
파일 보기 프로젝트 열기: swlaschin/fsharp-decompiled

공개 메소드들

메소드 설명
Draw ( ) : void

concrete implementation of Draw method

Square ( string name, int size ) : System

메소드 상세

Draw() 공개 메소드

concrete implementation of Draw method
public Draw ( ) : void
리턴 void

Square() 공개 메소드

public Square ( string name, int size ) : System
name string
size int
리턴 System