Class DelegateGroup
Inheritance
DelegateGroup
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public class DelegateGroup : CanGetDelegate
Constructors
DelegateGroup()
Declaration
DelegateGroup(Type, String, BindingFlags, Object)
Declaration
public DelegateGroup(Type type, string methodName, BindingFlags flags, object target)
Parameters
Fields
methods
Declaration
public MethodBase[] methods
Field Value
target
Declaration
Field Value
Methods
DynamicInvoke(Object[])
Declaration
public object DynamicInvoke(params object[] args)
Parameters
| Type |
Name |
Description |
| Object[] |
args |
|
Returns
GetDelegate(Type)
Declaration
public Delegate GetDelegate(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
MakeGenericMethod(Type[])
Declaration
public DelegateGroup MakeGenericMethod(params Type[] types)
Parameters
| Type |
Name |
Description |
| Type[] |
types |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements