Interface IArgumentReferenceExpression
Argument reference expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IArgumentReferenceExpression : IExpression
Properties
Parameter
The argument
Declaration
IParameterReference Parameter { get; set; }
Property Value
Type | Description |
---|---|
IParameterReference |