MultiStreamPath.StreamSet

MultiStreamPath.StreamSet property

A set of actual streams that are mapped to filenames.

public IReadOnlyDictionary<string, Stream> StreamSet { get; }

Return Value

IReadOnlyDictionary

Remarks

If a write occurs, the current stream is replaced by MemoryStream.

See Also