Length N (String*N) of BasicCardStringN. N can be different from Length.

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

Syntax

C#
public virtual int N { get; }
Visual Basic
Public Overridable ReadOnly Property N As Integer
	Get
Visual C++
public:
virtual property int N {
	int get ();
}
F#
abstract N : int with get
override N : int with get

Property Value

Type: Int32

See Also