Свойство | Type | Description | |
---|---|---|---|
precedence | int | ||
requireWhitespace | bool | ||
type | string |
Méthode | Description | |
---|---|---|
InfixOperator ( string type, int precedence, bool requireWhitespace ) : System | ||
ToString ( ) : string |
public InfixOperator ( string type, int precedence, bool requireWhitespace ) : System | ||
type | string | |
precedence | int | |
requireWhitespace | bool | |
Résultat | System |