1 instantiation of FuncInstanceMethodInfo1
Microsoft.ML.Core (1)
Utilities\FuncInstanceMethodInfo1`3.cs (1)
87return new FuncInstanceMethodInfo1<TTarget, T, TResult>(methodInfo);
6 references to FuncInstanceMethodInfo1
Microsoft.ML.Core (6)
Utilities\FuncInstanceMethodInfo1`3.cs (3)
45/// Creates a <see cref="FuncInstanceMethodInfo1{TTarget, T, TResult}"/> representing the <see cref="MethodInfo"/> 55/// <returns>A <see cref="FuncInstanceMethodInfo1{TTarget, T, TResult}"/> representing the <see cref="MethodInfo"/> 57public static FuncInstanceMethodInfo1<TTarget, T, TResult> Create(Expression<Func<TTarget, Func<T, TResult>>> expression)
Utilities\FuncInstanceMethodInfo3`3.cs (2)
45/// Creates a <see cref="FuncInstanceMethodInfo1{TTarget, T, TResult}"/> representing the <see cref="MethodInfo"/> 55/// <returns>A <see cref="FuncInstanceMethodInfo1{TTarget, T, TResult}"/> representing the <see cref="MethodInfo"/>
Utilities\Utils.cs (1)
1010public static TResult MarshalInvoke<TTarget, TArg1, TResult>(FuncInstanceMethodInfo1<TTarget, TArg1, TResult> func, TTarget target, Type genArg, TArg1 arg1)