Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SequencePosition Struct

Definition

Namespace:
System
Assemblies:
netstandard.dll, System.Memory.dll
Assembly:
System.Memory.dll
Assembly:
netstandard.dll
Source:
SequencePosition.cs
Source:
SequencePosition.cs
Source:
SequencePosition.cs
Source:
SequencePosition.cs
Source:
SequencePosition.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 position in a non-contiguous set of memory. Properties of this type should not be interpreted by anything but the type that created it.

public value class SequencePosition : IEquatable<SequencePosition>
public readonly struct SequencePosition : IEquatable<SequencePosition>
type SequencePosition = struct
Public Structure SequencePosition
Implements IEquatable(Of SequencePosition)
Inheritance
SequencePosition
Implements

Constructors

Name Description
SequencePosition(Object, Int32)

Initializes a new instance of the SequencePosition struct.

Methods

Name Description
Equals(Object)

Returns a value that indicates whether the current instance is equal to another object.

Equals(SequencePosition)

Indicates whether the current instance is equal to another SequencePosition.

GetHashCode()

Returns the hash code for this instance.

GetInteger()

Returns the integer part of this SequencePosition.

GetObject()

Returns the object part of this SequencePosition.

Applies to


Feedback

Was this page helpful?