C-minor v0.0

TestCaseFile.GetSection Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Test
Declaring Type: TestCaseFile

Gets the text of a section in the file, or null if doesn't exist

public string GetSection(string name);

Parameters

string name

The name of the section to retrieve

Returns

string

The section's text content (or null if not found)