C# Class Decorators.SecurityEnabledHello

Inheritance: ISayHello
Afficher le fichier Open project: ashic/RoughingItCanaryWharf Class Usage Examples

Méthodes publiques

Méthode Description
SayHello ( string name ) : void
SecurityEnabledHello ( ISayHello hello ) : System

Method Details

SayHello() public méthode

public SayHello ( string name ) : void
name string
Résultat void

SecurityEnabledHello() public méthode

public SecurityEnabledHello ( ISayHello hello ) : System
hello ISayHello
Résultat System