Table of Contents

TCharAndPos Structure

A simple structure containing a position and a character.

Syntax

Namespace: FlexCel.Core

public struct TCharAndPos

Methods

Name Description
Equals True if both structs are the same.
GetHashCode Returns the hashcode for the object.

Operators

Name Description
Equality Compares two structures.
Inequality Compares two structures.

Properties

Name Description
Pos Position of the character in the string (0 based).
Char Character that should go at position. Note that if this is a surrogate pair (UTF32) the string might have 2 UTF16 characters.