Click or drag to resize

SubstringPosition Structure

Designates the position of a substring in a list of words.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Collections.TextSubstringPosition

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct SubstringPosition

The SubstringPosition type exposes the following members.

Constructors
 NameDescription
Public methodSubstringPositionInitializes a new instance of the SubstringPosition struct.
Top
Properties
 NameDescription
Public propertyCountNumber of characters of the substring.
Public propertyEndEnding position of the substring in the word (next position after the last character of the word).
Public propertyStartStarting position of the substring in the word.
Public propertyWordIndexNumber of the word in the list of words.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetCommonSubstring(IListString)Gets the common substring.
Public methodGetCommonSubstringT(IListIListT)Gets the common substring.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString
(Overrides ValueTypeToString)
Top
See Also