C# Class Castle.DynamicProxy.Tests.InterClasses.ServiceImpl

Inheritance: IService, IExtendedService
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
DoSomething ( ) : void
Sum ( UInt16 b1, UInt16 b2 ) : UInt16
Sum ( UInt32 b1, UInt32 b2 ) : UInt32
Sum ( System.UInt64 b1, System.UInt64 b2 ) : System.UInt64
Sum ( byte b1, byte b2 ) : byte
Sum ( double b1, double b2 ) : double
Sum ( float b1, float b2 ) : float
Sum ( int b1, int b2 ) : int
Sum ( long b1, long b2 ) : long
Sum ( short b1, short b2 ) : short

Method Details

DoSomething() public method

public DoSomething ( ) : void
return void

Sum() public method

public Sum ( UInt16 b1, UInt16 b2 ) : UInt16
b1 System.UInt16
b2 System.UInt16
return System.UInt16

Sum() public method

public Sum ( UInt32 b1, UInt32 b2 ) : UInt32
b1 System.UInt32
b2 System.UInt32
return System.UInt32

Sum() public method

public Sum ( System.UInt64 b1, System.UInt64 b2 ) : System.UInt64
b1 System.UInt64
b2 System.UInt64
return System.UInt64

Sum() public method

public Sum ( byte b1, byte b2 ) : byte
b1 byte
b2 byte
return byte

Sum() public method

public Sum ( double b1, double b2 ) : double
b1 double
b2 double
return double

Sum() public method

public Sum ( float b1, float b2 ) : float
b1 float
b2 float
return float

Sum() public method

public Sum ( int b1, int b2 ) : int
b1 int
b2 int
return int

Sum() public method

public Sum ( long b1, long b2 ) : long
b1 long
b2 long
return long

Sum() public method

public Sum ( short b1, short b2 ) : short
b1 short
b2 short
return short