Interface IGenericArgumentProvider
Generic Argument Provider
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IGenericArgumentProvider : IComparable
Properties
GenericArguments
The provided type collection
Declaration
IList<IType> GenericArguments { get; }
Property Value
Type | Description |
---|---|
IList<IType> |