Click or drag to resize
BaseCodeGeneratorGetCorrectMethod Method

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

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

Parameters

method
Type: System.ReflectionMethodInfo

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

Return Value

Type: MethodInfo

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

See Also