IMemoryOwnerExtensions Class
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.
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. |