Array with all sections in image.

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

Syntax

C#
public string[] SectionNames { get; }
Visual Basic
Public ReadOnly Property SectionNames As String()
	Get
Visual C++
public:
property array<String^>^ SectionNames {
	array<String^>^ get ();
}
F#
member SectionNames : string[] with get

Property Value

Type: array<String>[]()[][]

See Also