AllowComments

SignatureLine.AllowComments property

表示是否可以附加评论。

public bool AllowComments { get; set; }

例子


[C#]
if(s.AllowComments)
{
    // 可以附加评论。
}

也可以看看