SetLength is not supported.
Namespace: BasicCard.BasicCards.FileSysAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public override void SetLength(
long value
) |
Visual Basic |
---|
Public Overrides Sub SetLength (
value As Long
) |
Visual C++ |
---|
public:
virtual void SetLength(
long long value
) override |
F# |
---|
abstract SetLength :
value : int64 -> unit
override SetLength :
value : int64 -> unit |
Parameters
- value
- Type: System..::..Int64
[Missing <param name="value"/> documentation for "M:BasicCard.BasicCards.FileSys.BasicCardStream.SetLength(System.Int64)"]
Exceptions
See Also