Interface ICustomAttribute
Custom attribute
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface ICustomAttribute
Properties
Arguments
Attribute arguments
Declaration
IList<IExpression> Arguments { get; }
Property Value
Type | Description |
---|---|
IList<IExpression> |
Constructor
Constructor
Declaration
IMethodReference Constructor { get; set; }
Property Value
Type | Description |
---|---|
IMethodReference |