- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IMemoryStreamFactoryExtensions"]
class Type type-node
Syntax
public static class IMemoryStreamFactoryExtensions
Methods
Name | Return Value | Summary |
---|---|---|
GetStream |
MemoryStream |
Retrieve a new
MemoryStream object with contents copied from the provided
buffer. The provided buffer is not wrapped or used after construction.
static
|