C# Class Spring.Reflection.Dynamic.MethodTarget

Show file Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
DoItCaller ( int count, int &reference, string &output ) : void
MethodReturningString ( int arg1, System.DateTime arg2, string arg3, Inventor arg4 ) : string
MethodWithOutParameter ( string lower, string &upper ) : void
MethodWithRefParameter ( string &lowerUpper, int &square ) : void
RemoveAt ( int index ) : void

Method Details

DoItCaller() public method

public DoItCaller ( int count, int &reference, string &output ) : void
count int
reference int
output string
return void

MethodReturningString() public method

public MethodReturningString ( int arg1, System.DateTime arg2, string arg3, Inventor arg4 ) : string
arg1 int
arg2 System.DateTime
arg3 string
arg4 Inventor
return string

MethodWithOutParameter() public method

public MethodWithOutParameter ( string lower, string &upper ) : void
lower string
upper string
return void

MethodWithRefParameter() public method

public MethodWithRefParameter ( string &lowerUpper, int &square ) : void
lowerUpper string
square int
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void