VBCodeParser.OtherParserBlock Method

Definition

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.

Applies to