Property GlobalDefaultSettings
GlobalDefaultSettings
Gets the default settings for MemoryStreamSlim instances.
public static MemoryStreamSlimSettings GlobalDefaultSettings { get; }
Property Value
Remarks
These are the settings that will be applied to newly created MemoryStreamSlim instances if no other settings are provided. Specific settings can be changed on a per-instance basis by using the options parameter when creating a new instance.