Console UML Diagram

To Examples

Abbreviated UML Diagram for Console Class

 

S = static members

Console

+ S WindowHeight : int
+ S WindowWidth : int
+ S Title : string

+ S Beep( ) : void
+ S ReadLine( ) : string
+ S SetWindowSize(int, int) : void
+ S Write( ) : void
+ S Write(object) : void
+ S Write(string, param object[ ]) : void
+ S WriteLine( ) : void
+ S WriteLine(object) : void
+ S WriteLine(string, param object[ ]) : void