Char Constructor

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the Char class

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public Char(
	char c
)
Visual Basic
Public Sub New ( _
	c As Char _
)
Visual C++
public:
Char(
	wchar_t c
)

Parameters

c
Type: System..::..Char

See Also