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

Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
ClassWithRefType ( ) : System
DoSomething ( int &value1 ) : void

Method Details

ClassWithRefType() public méthode

public ClassWithRefType ( ) : System
Résultat System

DoSomething() public méthode

public DoSomething ( int &value1 ) : void
value1 int
Résultat void