2 references to FuncStaticMethodInfo1
Microsoft.ML.Data (2)
DataLoadSave\FakeSchema.cs (2)
18
private static readonly FuncStaticMethodInfo1<Delegate> _getDefaultVectorGetterMethodInfo = new
FuncStaticMethodInfo1
<Delegate>(GetDefaultVectorGetter<int>);
19
private static readonly FuncStaticMethodInfo1<Delegate> _getDefaultGetterMethodInfo = new
FuncStaticMethodInfo1
<Delegate>(GetDefaultGetter<int>);