Array with all sections in image.
Namespace: BasicCard.BasicCards.LoaderAssembly: 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 |