메소드 |
설명 |
|
Add ( Operand value ) : ContextualOperand |
|
|
ArrayLength ( ) : ContextualOperand |
|
|
As ( System type ) : ContextualOperand |
|
|
As ( Type type ) : ContextualOperand |
|
|
Assign ( Operand value ) : ContextualAssignment |
|
|
Assign ( Operand value, bool allowExplicitConversion ) : ContextualAssignment |
|
|
BitwiseAnd ( Operand value ) : ContextualOperand |
|
|
BitwiseOr ( Operand value ) : ContextualOperand |
|
|
Cast ( Type type ) : ContextualOperand |
|
|
Cast ( System type ) : Operand |
|
|
Conditional ( Operand ifTrue, Operand ifFalse ) : ContextualOperand |
|
|
Divide ( Operand value ) : ContextualOperand |
|
|
Eq ( Operand value ) : ContextualOperand |
|
|
Field ( string name ) : ContextualOperand |
|
|
Ge ( Operand value ) : ContextualOperand |
|
|
GetReturnType ( ) : Type |
|
|
Gt ( Operand value ) : ContextualOperand |
|
|
Invoke ( string name ) : ContextualOperand |
|
|
InvokeDelegate ( ) : ContextualOperand |
|
|
InvokeEquals ( Operand right ) : ContextualOperand |
|
|
InvokeGetHashCode ( ) : ContextualOperand |
|
|
InvokeGetType ( ) : ContextualOperand |
|
|
InvokeReferenceEquals ( Operand right ) : ContextualOperand |
|
|
InvokeToString ( ) : ContextualOperand |
|
|
Is ( System type ) : ContextualOperand |
|
|
Is ( Type type ) : ContextualOperand |
|
|
IsFalse ( ) : ContextualOperand |
|
|
IsTrue ( ) : ContextualOperand |
|
|
Le ( Operand value ) : ContextualOperand |
|
|
LeftShift ( Operand value ) : ContextualOperand |
|
|
LogicalAnd ( Operand other ) : ContextualOperand |
|
|
LogicalNot ( ) : ContextualOperand |
|
|
LogicalOr ( Operand other ) : ContextualOperand |
|
|
LongArrayLength ( ) : ContextualOperand |
|
|
Lt ( Operand value ) : ContextualOperand |
|
|
Modulus ( Operand value ) : ContextualOperand |
|
|
Multiply ( Operand value ) : ContextualOperand |
|
|
Ne ( Operand value ) : ContextualOperand |
|
|
Negate ( ) : ContextualOperand |
|
|
OnesComplement ( ) : ContextualOperand |
|
|
Plus ( ) : ContextualOperand |
|
|
PostDecrement ( ) : ContextualOperand |
|
|
PostIncrement ( ) : ContextualOperand |
|
|
Pow2 ( ) : ContextualOperand |
|
|
PreDecrement ( ) : ContextualOperand |
|
|
PreIncrement ( ) : ContextualOperand |
|
|
Property ( string name ) : ContextualOperand |
|
|
Ref ( ) : ContextualOperand |
|
|
RightShift ( Operand value ) : ContextualOperand |
|
|
Subtract ( Operand value ) : ContextualOperand |
|
|
ToString ( ) : string |
|
|
Xor ( Operand value ) : ContextualOperand |
|
|
operator ( ) : ContextualOperand |
|
|
this ( ) : ContextualOperand |
|
|