Online and CHM
BeginMultiLineComment Property (CSharpParser)



KellermanSoftware.StaticCodeAnalysis.Languages Namespace > CSharpParser Class : BeginMultiLineComment Property
Characters that begin a multi line comment
Syntax
'Declaration
 
Public Overrides ReadOnly Property BeginMultiLineComment As String
'Usage
 
Dim instance As CSharpParser
Dim value As String
 
value = instance.BeginMultiLineComment
public override string BeginMultiLineComment {get;}
public:
property String^ BeginMultiLineComment {
   String^ get() override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CSharpParser Class
CSharpParser Members