AppendEmptySection

ISectionCollection.AppendEmptySection method

Add empty section to the end of the collection.

public ISection AppendEmptySection(string name)
ParameterTypeDescription
nameStringName of the section

Return Value

Added section.

See Also