C# Class Simple.Tests.DynamicProxy.SimpleClass

Inheritance: ISimpleInterface, IImplemented
ファイルを表示 Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
ImplementedMethod ( ) : void
Method1 ( ) : void
Method2 ( ) : string
Method3 ( ) : int
Method4 ( int inValue ) : int
Method5 ( int inValue, int &outValue ) : void
Method6 ( int &value ) : void
SimpleClass ( ) : System

Method Details

ImplementedMethod() public method

public ImplementedMethod ( ) : void
return void

Method1() public method

public Method1 ( ) : void
return void

Method2() public method

public Method2 ( ) : string
return string

Method3() public method

public Method3 ( ) : int
return int

Method4() public method

public Method4 ( int inValue ) : int
inValue int
return int

Method5() public method

public Method5 ( int inValue, int &outValue ) : void
inValue int
outValue int
return void

Method6() public method

public Method6 ( int &value ) : void
value int
return void

SimpleClass() public method

public SimpleClass ( ) : System
return System