FileStreamStorage<TKey>.Create(TKey) Method
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.
Open a new Stream for writing, adding it to storage.
public:
virtual System::IO::Stream ^ Create(TKey key);
public System.IO.Stream Create (TKey key);
abstract member Create : 'Key -> System.IO.Stream
override this.Create : 'Key -> System.IO.Stream
Public Function Create (key As TKey) As Stream
Parameters
- key
- TKey
The key.
Returns
The stream.