C# Class Castle.DynamicProxy.Test.Classes.NonPublicMethodsClass

Summary description for NonPublicMethodsClass.
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
DoSomething ( ) : void

Méthodes protégées

Méthode Description
DoOtherThing ( ) : void

Method Details

DoOtherThing() protected méthode

protected DoOtherThing ( ) : void
Résultat void

DoSomething() public méthode

public DoSomething ( ) : void
Résultat void