A region of character in a string.
More...
|
bool | IsValid [get] |
| Gets a value indicating whether this instance is valid (Start greater or equal to 0, and Length greater than 0) More...
|
|
int | Next [get] |
| Gets the next position = Start + Length. More...
|
|
A region of character in a string.
Definition at line 12 of file StringSpan.cs.
SiliconStudio.Core.StringSpan.StringSpan |
( |
int |
start, |
|
|
int |
length |
|
) |
| |
Initializes a new instance of the StringSpan struct.
- Parameters
-
start | The start. |
length | The length. |
Definition at line 19 of file StringSpan.cs.
bool SiliconStudio.Core.StringSpan.Equals |
( |
StringSpan |
other | ) |
|
override bool SiliconStudio.Core.StringSpan.Equals |
( |
object |
obj | ) |
|
override int SiliconStudio.Core.StringSpan.GetHashCode |
( |
| ) |
|
override string SiliconStudio.Core.StringSpan.ToString |
( |
| ) |
|
int SiliconStudio.Core.StringSpan.Length |
int SiliconStudio.Core.StringSpan.Start |
bool SiliconStudio.Core.StringSpan.IsValid |
|
get |
Gets a value indicating whether this instance is valid (Start greater or equal to 0, and Length greater than 0)
true
if this instance is valid; otherwise, false
.
Definition at line 40 of file StringSpan.cs.
int SiliconStudio.Core.StringSpan.Next |
|
get |
Gets the next position = Start + Length.
The next.
Definition at line 52 of file StringSpan.cs.
The documentation for this struct was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/common/core/SiliconStudio.Core.Design/StringSpan.cs