SpanT Methods |
The SpanT type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | Clears the contents of this span by setting all elements to the default value of T. | |
| CopyTo | Copies the contents of this span into a destination SpanT. | |
| Equals |
Not supported. Throws NotSupportedException.
(Overrides ValueTypeEquals(Object)) Obsolete | |
| Fill | Fills all elements of this span with the specified value. | |
| GetEnumerator | Returns an enumerator for this span, enabling foreach support. | |
| GetHashCode |
Not supported. Throws NotSupportedException.
(Overrides ValueTypeGetHashCode) Obsolete | |
| GetPinnableReference | Returns a reference to the first element for use with the fixed statement. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Slice(Int32) | Forms a slice out of the current span starting at the specified index. | |
| Slice(Int32, Int32) | Forms a slice out of the current span starting at the specified index for the specified length. | |
| ToArray | Copies the contents of this span into a new array. | |
| ToString |
Returns the string representation of this SpanT.
(Overrides ValueTypeToString) | |
| TryCopyTo | Attempts to copy the contents of this span into a destination SpanT and returns a value indicating whether the operation succeeded. |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
Converts a generic object
(Defined by JCOBridgeExtensions) | |
| ToNative |
Converts a generic input to an object manageable from the JVM
(Defined by JCOBridgeExtensions) |