UnsafeStringBuilder Properties |
The UnsafeStringBuilder type exposes the following members.
Name | Description | |
---|---|---|
Buffer |
Gets a pointer to the unmanaged buffer of the current UnsafeStringBuilder.
| |
Capacity |
Gets the capacity (number of char) of the current UnsafeStringBuilder.
| |
IsDisposed |
Determines whether the current UnsafeStringBuilder has been disposed.
| |
Item |
Gets the char at a given position in the current UnsafeStringBuilder.
| |
Length |
Gets the current number of characters in the current UnsafeStringBuilder.
| |
ThrowOnOverflow | true if an OverflowException should be thrown when
the buffer capacity is insufficient, false if the Append method should return false without exception.
| |
Version |
Gets the version of the current UnsafeStringBuilder. This property is incremented every time
the current object is reused, more specifically, when the Clear() method is called.
|