CharDiff Constructor

Initializes a new instance of the CharDiff struct.

Definition

Namespace: DevCase.Core.DataProcessing.Common
Assembly: 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
)

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.

See Also