C# Class AspectSharp.Tests.Classes.ComplexClass

Datei anzeigen Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
ComplexClass ( ) : System
ComplexClass ( string name ) : System
ComplexClass ( string name, bool started ) : System
DoNothing ( ) : void
DoSomething ( ) : int
DoSomething ( int value1 ) : int
DoSomething ( int value1, String text ) : int
Pong ( int &i ) : int

Method Details

ComplexClass() public method

public ComplexClass ( ) : System
return System

ComplexClass() public method

public ComplexClass ( string name ) : System
name string
return System

ComplexClass() public method

public ComplexClass ( string name, bool started ) : System
name string
started bool
return System

DoNothing() public method

public DoNothing ( ) : void
return void

DoSomething() public method

public DoSomething ( ) : int
return int

DoSomething() public method

public DoSomething ( int value1 ) : int
value1 int
return int

DoSomething() public method

public DoSomething ( int value1, String text ) : int
value1 int
text String
return int

Pong() public method

public Pong ( int &i ) : int
i int
return int