Skip to content

ArcBuffer Properties

Represents a slice of a ArcBufferWriter.

ArraySegments

get
View source
public readonly ArraySegmentEnumerator ArraySegments
Returns an enumerator which can be used to enumerate the array segments referenced by this instance.

Returns

An enumerator for the data contained in this instance.

MemorySegments

get
View source
public readonly MemoryEnumerator MemorySegments
Returns an enumerator which can be used to enumerate the memory segments referenced by this instance.

Returns

An enumerator for the data contained in this instance.

SpanSegments

get
View source
public readonly SpanEnumerator SpanSegments
Returns an enumerator which can be used to enumerate the span segments referenced by this instance.

Returns

An enumerator for the data contained in this instance.