C# Class NJection.LambdaConverter.DynamicProxies.DynamicProxy

Mostra file Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Public Methods

Method Description
Wrap ( Type type ) : DynamicProxy

Private Methods

Method Description
DynamicProxy ( Type fromType ) : System
DynamicProxy ( Type proxiedType, Type fromType, IList mappedInvocations ) : System
GetOutParameters ( ICSharpCode.NRefactory.CSharp ctor ) : IEnumerable

Method Details

Wrap() public static method

public static Wrap ( Type type ) : DynamicProxy
type System.Type
return DynamicProxy