Click or drag to resize
InterfaceProxyGeneratorGetCorrectMethod Method
From an interface method (abstract) look up for a matching method on the target

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected override MethodInfo GetCorrectMethod(
	MethodInfo method
)

Parameters

method
Type: System.ReflectionMethodInfo

[Missing <param name="method"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.InterfaceProxyGenerator.GetCorrectMethod(System.Reflection.MethodInfo)"]

Return Value

Type: MethodInfo

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.InterfaceProxyGenerator.GetCorrectMethod(System.Reflection.MethodInfo)"]

See Also