Interface IMethodReference
Method reference
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IMethodReference : IMemberReference, IMethodSignature, IGenericArgumentProvider, IComparable
Properties
GenericMethod
Generic method reference
Declaration
IMethodReference GenericMethod { get; set; }
Property Value
Type | Description |
---|---|
IMethodReference |
Methods
Resolve()
Resolve to a method declaration
Declaration
IMethodDeclaration Resolve()
Returns
Type | Description |
---|---|
IMethodDeclaration |