C# Class CSE.Exps.OpOverloadNames

Contains the names of the methods generated when operator overloading is used
Afficher le fichier Open project: kcherr1/CSharp-Eval

Méthodes publiques

Свойство Type Description
ADD string
BANG string
BIT_AND string
BIT_LSHIFT string
BIT_NOT string
BIT_OR string
BIT_RSHIFT string
BIT_XOR string
COV_NARROW string
COV_WIDE string
DEC string
DIV string
EQ string
FALSE string
Flags BindingFlags
GT string
GTE string
INC string
LT string
LTE string
MOD string
MUL string
NEQ string
SUB string
TRUE string
UMINUS string
UPLUS string

Property Details

ADD public_oe static_oe property

Method name generated when the addition operator is overloaded
public static string ADD
Résultat string

BANG public_oe static_oe property

Method name generated when the logical negation operator is overloaded
public static string BANG
Résultat string

BIT_AND public_oe static_oe property

Method name generated when the bitwise and operator is overloaded
public static string BIT_AND
Résultat string

BIT_LSHIFT public_oe static_oe property

Method name generated when the left shift operator is overloaded
public static string BIT_LSHIFT
Résultat string

BIT_NOT public_oe static_oe property

Method name generated when the bitwise negation operator is overloaded
public static string BIT_NOT
Résultat string

BIT_OR public_oe static_oe property

Method name generated when the bitwise or operator is overloaded
public static string BIT_OR
Résultat string

BIT_RSHIFT public_oe static_oe property

Method name generated when the right shift operator is overloaded
public static string BIT_RSHIFT
Résultat string

BIT_XOR public_oe static_oe property

Method name generated when the bitwise xor operator is overloaded
public static string BIT_XOR
Résultat string

COV_NARROW public_oe static_oe property

Method name generated when the explicit coversion operator is overloaded
public static string COV_NARROW
Résultat string

COV_WIDE public_oe static_oe property

Method name generated when the implicit conversion operator is overloaded
public static string COV_WIDE
Résultat string

DEC public_oe static_oe property

Method name generated when the decrement operator is overloaded
public static string DEC
Résultat string

DIV public_oe static_oe property

Method name generated when the division operator is overloaded
public static string DIV
Résultat string

EQ public_oe static_oe property

Method name generated when the equals operator is overloaded
public static string EQ
Résultat string

FALSE public_oe static_oe property

Method name generated when the false operator is overloaded
public static string FALSE
Résultat string

Flags public_oe static_oe property

Binding flags for looking up and invoking an operator overloaded method
public static BindingFlags Flags
Résultat BindingFlags

GT public_oe static_oe property

Method name generated when the greater than operator is overloaded
public static string GT
Résultat string

GTE public_oe static_oe property

Method name generated when the greater than or equal to operator is overloaded
public static string GTE
Résultat string

INC public_oe static_oe property

Method name generated when the increment operator is overloaded
public static string INC
Résultat string

LT public_oe static_oe property

Method name generated when the less than operator is overloaded
public static string LT
Résultat string

LTE public_oe static_oe property

Method name generated when the less than or equal to operator is overloaded
public static string LTE
Résultat string

MOD public_oe static_oe property

Method name generated when the modulus operator is overloaded
public static string MOD
Résultat string

MUL public_oe static_oe property

Method name generated when the multiplication operator is overloaded
public static string MUL
Résultat string

NEQ public_oe static_oe property

Method name generated when the not equals operator is overloaded
public static string NEQ
Résultat string

SUB public_oe static_oe property

Method name generated when the subtraction operator is overloaded
public static string SUB
Résultat string

TRUE public_oe static_oe property

Method name generated when the true operator is overloaded
public static string TRUE
Résultat string

UMINUS public_oe static_oe property

Method name generated when the unary negation operator is overloaded
public static string UMINUS
Résultat string

UPLUS public_oe static_oe property

Method name generated when the unary plus operator is overloaded
public static string UPLUS
Résultat string