편집

다음을 통해 공유


PooledBuffer.MemorySegments Property

Definition

Returns an enumerator which can be used to enumerate the data referenced by this instance.

public Orleans.Serialization.Buffers.PooledBuffer.MemoryEnumerator MemorySegments { get; }
member this.MemorySegments : Orleans.Serialization.Buffers.PooledBuffer.MemoryEnumerator
Public ReadOnly Property MemorySegments As PooledBuffer.MemoryEnumerator

Property Value

An enumerator for the data contained in this instance.

Applies to