public CodeBlock( string text, int startIndex )
Public Sub New ( text As String, startIndex As Integer )
public: CodeBlock( String^ text, int startIndex )
new : text : string * startIndex : int -> CodeBlock
In This Article