C# Class Decorators.SecurityEnabledHello

Inheritance: ISayHello
Show file Open project: ashic/RoughingItCanaryWharf Class Usage Examples

Public Methods

Method Description
SayHello ( string name ) : void
SecurityEnabledHello ( ISayHello hello ) : System

Method Details

SayHello() public method

public SayHello ( string name ) : void
name string
return void

SecurityEnabledHello() public method

public SecurityEnabledHello ( ISayHello hello ) : System
hello ISayHello
return System