Property | Type | Description | |
---|---|---|---|
End | int | ||
Start | int | ||
Type | StringTokenType |
Method | Description | |
---|---|---|
StringToken ( StringTokenType t, int start ) : System.Collections.Generic | ||
StringToken ( StringTokenType t, int start, int end ) : System.Collections.Generic |
public StringToken ( StringTokenType t, int start ) : System.Collections.Generic | ||
t | StringTokenType | |
start | int | |
return | System.Collections.Generic |
public StringToken ( StringTokenType t, int start, int end ) : System.Collections.Generic | ||
t | StringTokenType | |
start | int | |
end | int | |
return | System.Collections.Generic |