Edit

Share via


Tag(Char, Char, Char, Char) Constructor

Definition

Initializes a new instance of the Tag struct from four characters.

public Tag(char c1, char c2, char c3, char c4);

Parameters

c1
Char

The first character of the tag.

c2
Char

The second character of the tag.

c3
Char

The third character of the tag.

c4
Char

The fourth character of the tag.

Applies to