SetLength is not supported.

Namespace: BasicCard.BasicCards.FileSys
Assembly: 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

ExceptionCondition
System..::..InvalidOperationExceptionWhen SetLength method is called.

See Also