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

Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ClassWithRefType ( ) : System
DoSomething ( int &value1 ) : void

Method Details

ClassWithRefType() public method

public ClassWithRefType ( ) : System
return System

DoSomething() public method

public DoSomething ( int &value1 ) : void
value1 int
return void