C# Класс CSE.Exps.OpOverloadNames

Contains the names of the methods generated when operator overloading is used
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Описание свойств

ADD публичное статическое свойство

Method name generated when the addition operator is overloaded
public static string ADD
Результат string

BANG публичное статическое свойство

Method name generated when the logical negation operator is overloaded
public static string BANG
Результат string

BIT_AND публичное статическое свойство

Method name generated when the bitwise and operator is overloaded
public static string BIT_AND
Результат string

BIT_LSHIFT публичное статическое свойство

Method name generated when the left shift operator is overloaded
public static string BIT_LSHIFT
Результат string

BIT_NOT публичное статическое свойство

Method name generated when the bitwise negation operator is overloaded
public static string BIT_NOT
Результат string

BIT_OR публичное статическое свойство

Method name generated when the bitwise or operator is overloaded
public static string BIT_OR
Результат string

BIT_RSHIFT публичное статическое свойство

Method name generated when the right shift operator is overloaded
public static string BIT_RSHIFT
Результат string

BIT_XOR публичное статическое свойство

Method name generated when the bitwise xor operator is overloaded
public static string BIT_XOR
Результат string

COV_NARROW публичное статическое свойство

Method name generated when the explicit coversion operator is overloaded
public static string COV_NARROW
Результат string

COV_WIDE публичное статическое свойство

Method name generated when the implicit conversion operator is overloaded
public static string COV_WIDE
Результат string

DEC публичное статическое свойство

Method name generated when the decrement operator is overloaded
public static string DEC
Результат string

DIV публичное статическое свойство

Method name generated when the division operator is overloaded
public static string DIV
Результат string

EQ публичное статическое свойство

Method name generated when the equals operator is overloaded
public static string EQ
Результат string

FALSE публичное статическое свойство

Method name generated when the false operator is overloaded
public static string FALSE
Результат string

Flags публичное статическое свойство

Binding flags for looking up and invoking an operator overloaded method
public static BindingFlags Flags
Результат BindingFlags

GT публичное статическое свойство

Method name generated when the greater than operator is overloaded
public static string GT
Результат string

GTE публичное статическое свойство

Method name generated when the greater than or equal to operator is overloaded
public static string GTE
Результат string

INC публичное статическое свойство

Method name generated when the increment operator is overloaded
public static string INC
Результат string

LT публичное статическое свойство

Method name generated when the less than operator is overloaded
public static string LT
Результат string

LTE публичное статическое свойство

Method name generated when the less than or equal to operator is overloaded
public static string LTE
Результат string

MOD публичное статическое свойство

Method name generated when the modulus operator is overloaded
public static string MOD
Результат string

MUL публичное статическое свойство

Method name generated when the multiplication operator is overloaded
public static string MUL
Результат string

NEQ публичное статическое свойство

Method name generated when the not equals operator is overloaded
public static string NEQ
Результат string

SUB публичное статическое свойство

Method name generated when the subtraction operator is overloaded
public static string SUB
Результат string

TRUE публичное статическое свойство

Method name generated when the true operator is overloaded
public static string TRUE
Результат string

UMINUS публичное статическое свойство

Method name generated when the unary negation operator is overloaded
public static string UMINUS
Результат string

UPLUS публичное статическое свойство

Method name generated when the unary plus operator is overloaded
public static string UPLUS
Результат string