C# (CSharp) DevelPlatform.SpecialTypes Namespace

Classes

Name Description
MemoryTributary MemoryTributary is a re-implementation of MemoryStream that uses a dynamic list of byte arrays as a backing store, instead of a single byte array, the allocation of which will fail for relatively small streams as it requires contiguous memory.