C# Class Samples.MyClass

显示文件 Open project: ElemarJR/FluentCodeMetrics

Public Methods

Method Description
EmptyVoidMethod ( ) : void
GetGenreGreeting ( Genre genre ) : string
GetGreetingMessage ( ) : string
IHaveABadSmell ( ) : void
MyClass ( ) : System
PrintHelloTenTimesUsingFor ( ) : void
PrintHelloTenTimesUsingWhile ( ) : void
TryCatchMethod ( ) : void

Method Details

EmptyVoidMethod() public method

public EmptyVoidMethod ( ) : void
return void

GetGenreGreeting() public method

public GetGenreGreeting ( Genre genre ) : string
genre Genre
return string

GetGreetingMessage() public method

public GetGreetingMessage ( ) : string
return string

IHaveABadSmell() public method

public IHaveABadSmell ( ) : void
return void

MyClass() public method

public MyClass ( ) : System
return System

PrintHelloTenTimesUsingFor() public method

public PrintHelloTenTimesUsingFor ( ) : void
return void

PrintHelloTenTimesUsingWhile() public method

public PrintHelloTenTimesUsingWhile ( ) : void
return void

TryCatchMethod() public method

public TryCatchMethod ( ) : void
return void