CharDiff Constructor
Initializes a new instance of the
CharDiff struct.
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 CharDiff(
long position,
char oldChar,
char newChar,
CharDiffState diffState
)
Public Sub New (
position As Long,
oldChar As Char,
newChar As Char,
diffState As CharDiffState
)
Dim position As Long
Dim oldChar As Char
Dim newChar As Char
Dim diffState As CharDiffState
Dim instance As New CharDiff(position,
oldChar, newChar, diffState)
public:
CharDiff(
long long position,
wchar_t oldChar,
wchar_t newChar,
CharDiffState diffState
)
new :
position : int64 *
oldChar : char *
newChar : char *
diffState : CharDiffState -> CharDiff
No code example is currently available or this language may not be supported.
Parameters
- position Int64
-
The character position in the string.
- oldChar Char
-
The original character in the string.
- newChar Char
-
The current character in the string.
- diffState CharDiffState
-
The difference state of the current character in the original string.