C# 클래스 Castle.DynamicProxy.Test.Classes.ClassWithRefType

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ClassWithRefType ( ) : System
DoSomething ( int &value1 ) : void

메소드 상세

ClassWithRefType() 공개 메소드

public ClassWithRefType ( ) : System
리턴 System

DoSomething() 공개 메소드

public DoSomething ( int &value1 ) : void
value1 int
리턴 void