ParserBase.ParseSection(Tuple<String,String>, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- caseSensitive
- Boolean
true if the case is sensitive; otherwise, false.