IMemoryOwnerExtensions Class

Definition

Helpers for working with the IMemoryOwner<T> type.

public static class IMemoryOwnerExtensions
type IMemoryOwnerExtensions = class
Public Module IMemoryOwnerExtensions
Inheritance
IMemoryOwnerExtensions

Methods

AsStream(IMemoryOwner<Byte>)

Returns a Stream wrapping the contents of the given IMemoryOwner<T> of Byte instance.

Applies to