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.
public:
virtual void ParseSection(Tuple<System::String ^, System::String ^> ^ nestingSequences, bool caseSensitive);
public virtual void ParseSection (Tuple<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