PooledBuffer.MemorySegments Property
Definition
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.
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.