Gets the end of line comment mark.
Namespace: CleanCode.ChameleonRichTextBoxControlsAssembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
public string EndOfLineCommentMark { get; private set; }public string EndOfLineCommentMark { get; private set; }Public Property EndOfLineCommentMark As String
Get
Private Set
Public Property EndOfLineCommentMark As String
Get
Private Set
public:
property String^ EndOfLineCommentMark {
String^ get ();
private: void set (String^ value);
}public:
property String^ EndOfLineCommentMark {
String^ get ();
private: void set (String^ value);
}Field Value
The end of line comment mark.