Char Constructor

T3000 CrossPlatform

Char Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the Char class

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Char(
	char c
)
Public Sub New ( 
	c As Char
)

Dim c As Char

Dim instance As New Char(c)

Parameters

c
Type: SystemChar

[Missing <param name="c"/> documentation for "M:FastColoredTextBoxNS.Char.#ctor(System.Char)"]

See Also