ParserBase.ParseSection(Tuple<String,String>, Boolean) Method

Definition

Parses the section in ordered list of the elements.

public virtual void ParseSection ((string,string) nestingSequences, bool caseSensitive);
abstract member ParseSection : string * string * bool -> unit
override this.ParseSection : string * string * bool -> unit
Public Overridable Sub ParseSection (nestingSequences As Tuple(Of String, String), caseSensitive As Boolean)

Parameters

nestingSequences
Tuple<String,String>

The pair of nesting sequences.

caseSensitive
Boolean

true if the case is sensitive; otherwise, false.

Applies to