Reference Library
SetLength Method (value)
NamespacesMBNCSUtil.DataMpqFileStreamSetLength(Int64)
Sets the length of the underlying stream.
Declaration Syntax
C#Visual BasicVisual C++
public override void SetLength(
	long value
)
Public Overrides Sub SetLength ( _
	value As Long _
)
public:
virtual void SetLength(
	long long value
) override
Parameters
value (Int64)
The new length.
Exceptions
ExceptionCondition
NotImplementedExceptionThrown whenever this method is called.

Assembly: Asgard5Library (Module: Asgard5Library)