VBCodeParser.OtherParserBlock 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.
Overloads
OtherParserBlock() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parser block. |
OtherParserBlock(String, String) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parser block. |
OtherParserBlock()
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parser block.
protected void OtherParserBlock();
member this.OtherParserBlock : unit -> unit
Protected Sub OtherParserBlock ()
Applies to
OtherParserBlock(String, String)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parser block.
protected void OtherParserBlock(string startSequence, string endSequence);
member this.OtherParserBlock : string * string -> unit
Protected Sub OtherParserBlock (startSequence As String, endSequence As String)
Parameters
- startSequence
- String
The start sequence.
- endSequence
- String
The end sequence.