System.Reflection.Emit.MethodOnTypeBuilderInstantiation.GetMethod C# (CSharp) Method

GetMethod() static private method

static private GetMethod ( MethodInfo method, TypeBuilderInstantiation type ) : MethodInfo
method System.Reflection.MethodInfo
type TypeBuilderInstantiation
return System.Reflection.MethodInfo
        internal static MethodInfo GetMethod(MethodInfo method, TypeBuilderInstantiation type)
        {
            return new MethodOnTypeBuilderInstantiation(method, type);
        }
        #endregion