Interface ICommentStatement
Comment statement
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface ICommentStatement : IStatement
Properties
Comment
Text for comment statement
Declaration
IComment Comment { get; set; }
Property Value
Type | Description |
---|---|
IComment |