Method | Description | |
---|---|---|
BinaryOperatorMappingList ( String symbol ) : System |
Creates a new binary mapping list.
|
|
With ( BinaryOperatorMapping item ) : void |
Includes the specified operator in the list.
|
|
this ( |
Gets the operator at the given index.
|
public BinaryOperatorMappingList ( String symbol ) : System | ||
symbol | String | |
return | System |
public With ( BinaryOperatorMapping item ) : void | ||
item | BinaryOperatorMapping | |
return | void |
public this ( |
||
index | ||
return | BinaryOperatorMapping |