SmartMemory Management

SmartMemoryStream Constructor

Initializes a new instance of this class with the initial capacity specified by initialCapacity.

Overload List

Initializes a new instance of this class with a starting capacity of 0.

public SmartMemoryStream();

Initializes a new instance of this class with the initial capacity specified by initialCapacity.

public SmartMemoryStream(int);

See Also

SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace