Interface IGenericArgument
Generic argument
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IGenericArgument : IType, IComparable, IDotNetType
Properties
Owner
The provider of types for the generic argument
Declaration
IGenericArgumentProvider Owner { get; set; }
Property Value
Type | Description |
---|---|
IGenericArgumentProvider |
Position
The position of the generic argument
Declaration
int Position { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Resolve()
Resolve the generic argument to a type
Declaration
IType Resolve()
Returns
Type | Description |
---|---|
IType |