C# Class Castle.DynamicProxy.Tests.InterClasses.ClassWithMultiDimentionalArray
Datei anzeigen
Open project: nats/castle-1.0.3-mono
Public Methods
Method |
Description |
|
Do ( int args ) : void |
|
|
Do2 ( int args ) : void |
|
|
Do3 ( string args ) : void |
|
|
Do4 ( string args ) : void |
|
|
Method Details
public Do ( int args ) : void |
args |
int |
|
return |
void |
|
public Do2 ( int args ) : void |
args |
int |
|
return |
void |
|
public Do3 ( string args ) : void |
args |
string |
|
return |
void |
|
public Do4 ( string args ) : void |
args |
string |
|
return |
void |
|