Property | Type | Description | |
---|---|---|---|
_CaseSensitive | bool | ||
_Match | string |
Method | Description | |
---|---|---|
BeginsWith ( string match, bool caseSensitive ) : System |
|
|
Execute ( AVM1 code, int instructionIndex, CheckMachine mStack ) : bool |
|
Method | Description | |
---|---|---|
MakeCode ( ) : void |
|
public BeginsWith ( string match, bool caseSensitive ) : System | ||
match | string | |
caseSensitive | bool | |
return | System |
public Execute ( AVM1 code, int instructionIndex, CheckMachine mStack ) : bool | ||
code | AVM1 | |
instructionIndex | int | |
mStack | CheckMachine | |
return | bool |