Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override char QuoteChar { get; }
Visual Basic
Public Overrides ReadOnly Property QuoteChar As Char
	Get
Visual C++
public:
virtual property wchar_t QuoteChar {
	wchar_t get () override;
}

See Also