'Declaration
Public Shared Sub GetWord( _
ByVal s As System.String, _
ByVal p As System.Integer, _
ByRef start As System.Integer, _
ByRef length As System.Integer _
)
public static void GetWord(
System.string s,
System.int p,
out System.int start,
out System.int length
)