Delegate MemoryStreamFreeFunc
Represents a method that is used to free the memory buffer that a MemoryStream or a ReadOnlyMemoryStream was initialized with, when the stream is closed or disposed
public delegate void MemoryStreamFreeFunc(void* mem)
Represents a method that is used to free the memory buffer that a MemoryStream or a ReadOnlyMemoryStream was initialized with, when the stream is closed or disposed
public delegate void MemoryStreamFreeFunc(void* mem)