SmartMemoryStream Constructor (Int32)
Initializes a new instance of this class with the initial capacity specified by initialCapacity.
[Visual Basic]
Overloads Public Sub New( _
ByVal
initialCapacity As
Integer _
)
[C#]
public SmartMemoryStream(
int initialCapacity);
Parameters
-
initialCapacity
- The starting capacity of the Stream.
See Also
SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace | SmartMemoryStream Constructor Overload List