Substring |
public struct SubstringPosition
The SubstringPosition type exposes the following members.
Name | Description | |
---|---|---|
SubstringPosition | Initializes a new instance of the SubstringPosition struct. |
Name | Description | |
---|---|---|
Count | Number of characters of the substring. | |
End | Ending position of the substring in the word (next position after the last character of the word). | |
Start | Starting position of the substring in the word. | |
WordIndex | Number of the word in the list of words. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetCommonSubstring(IListString) | Gets the common substring. | |
GetCommonSubstringT(IListIListT) | Gets the common substring. | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | (Overrides ValueTypeToString) |