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

Summary description for NonPublicMethodsClass.
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
DoSomething ( ) : void

Protected Methods

Method Description
DoOtherThing ( ) : void

Method Details

DoOtherThing() protected method

protected DoOtherThing ( ) : void
return void

DoSomething() public method

public DoSomething ( ) : void
return void