Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ReadOnlySequenceSegment<T> Class
Definition
- Namespace:
- System.Buffers
- Assemblies:
- netstandard.dll, System.Memory.dll
- Assembly:
- System.Memory.dll
- Assembly:
- netstandard.dll
- Source:
- ReadOnlySequenceSegment.cs
- Source:
- ReadOnlySequenceSegment.cs
- Source:
- ReadOnlySequenceSegment.cs
- Source:
- ReadOnlySequenceSegment.cs
- Source:
- ReadOnlySequenceSegment.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a linked list of ReadOnlyMemory<T> nodes.
generic <typename T>
public ref class ReadOnlySequenceSegment abstract
public abstract class ReadOnlySequenceSegment<T>
type ReadOnlySequenceSegment<'T> = class
Public MustInherit Class ReadOnlySequenceSegment(Of T)
Type Parameters
- T
The type of the elements in the read-only sequence segment.
- Inheritance
-
ReadOnlySequenceSegment<T>
Constructors
| Name | Description |
|---|---|
| ReadOnlySequenceSegment<T>() |
Initializes a new instance of the ReadOnlySequenceSegment<T> class. |
Properties
| Name | Description |
|---|---|
| Memory |
Gets or sets a ReadOnlyMemory<T> value for the current node. |
| Next |
Gets or sets the next node. |
| RunningIndex |
Gets or sets the sum of node lengths before the current node. |
Methods
| Name | Description |
|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
| GetType() |
Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
Feedback
Was this page helpful?
