Get specified section
Namespace: BasicCard.BasicCards.LoaderAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public BasicCardImage..::..SectionData GetSection(
string name
) |
Visual Basic |
---|
Public Function GetSection (
name As String
) As BasicCardImage..::..SectionData |
Visual C++ |
---|
public:
BasicCardImage..::..SectionData^ GetSection(
String^ name
) |
F# |
---|
member GetSection :
name : string -> BasicCardImage..::..SectionData
|
Parameters
- name
- Type: System..::..String
Name of section, e.g. "VERS"
Return Value
Type:
BasicCardImage..::..SectionDataSection data
See Also