C# Class CsEquivalents.ClassExamples.Square

Inheritance: ShapeBase
Mostra file Open project: swlaschin/fsharp-decompiled

Public Methods

Method Description
Draw ( ) : void

concrete implementation of Draw method

Square ( string name, int size ) : System

Method Details

Draw() public method

concrete implementation of Draw method
public Draw ( ) : void
return void

Square() public method

public Square ( string name, int size ) : System
name string
size int
return System