| OptionsBlockCommentEndSymbol Property |
[This is preliminary documentation and is subject to change.]
Block Comment ending literal symbol
Default: *
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public string BlockCommentEndSymbol { get; set; }
Public Property BlockCommentEndSymbol As String
Get
Set
public:
property String^ BlockCommentEndSymbol {
String^ get ();
void set (String^ value);
}
member BlockCommentEndSymbol : string with get, set
Property Value
Type:
StringSee Also