Section length

Namespace: BasicCard.BasicCards.Loader
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public int Length { get; }
Visual Basic
Public ReadOnly Property Length As Integer
	Get
Visual C++
public:
property int Length {
	int get ();
}
F#
member Length : int with get

Property Value

Type: Int32

See Also