Interface IGenericParameter
A generic parameter
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IGenericParameter : IGenericArgument, IType, IComparable, IDotNetType, ICustomAttributeProvider
Properties
Constraints
A set of type constraints for the generic parameter
Declaration
IList<IType> Constraints { get; }
Property Value
Type | Description |
---|---|
IList<IType> |
Name
The name of the generic parameter
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |