C# Class Castle.DynamicProxy.Test.ClassInterfaces.MyInterfaceImpl

Inheritance: IMyInterface
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
MyInterfaceImpl ( ) : System

Private Methods

Method Description
Calc ( int x, int y ) : int
Calc ( int x, int y, int z, System.Single k ) : int

Method Details

MyInterfaceImpl() public method

public MyInterfaceImpl ( ) : System
return System