Interface IParameterReference
Parameter reference
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IParameterReference
Properties
Name
Parameter name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
Resolve()
Resolve the reference
Declaration
IParameterDeclaration Resolve()
Returns
Type | Description |
---|---|
IParameterDeclaration |