GroupingCharsInfo Constructor
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public GroupingCharsInfo(
char apertureChar,
char closureChar
)
Public Sub New (
apertureChar As Char,
closureChar As Char
)
Dim apertureChar As Char
Dim closureChar As Char
Dim instance As New GroupingCharsInfo(apertureChar,
closureChar)
public:
GroupingCharsInfo(
wchar_t apertureChar,
wchar_t closureChar
)
new :
apertureChar : char *
closureChar : char -> GroupingCharsInfo
No code example is currently available or this language may not be supported.
Parameters
- apertureChar Char
-
The aperture character.
- closureChar Char
-
The closure character.