C# Класс System.Dynamic.Tests.UnaryOperationTests

Показать файл Открыть проект

Приватные методы

Метод Описание
ArgumentPassed ( ) : void
BooleanArgs ( ) : IEnumerable
DecrementPostfixInt32 ( int x ) : void
DecrementPostfixOvfInt32 ( int x ) : void
DecrementPrefixInt32 ( int x ) : void
DecrementPrefixOvfInt32 ( int x ) : void
ExpressionTypeMatches ( ExpressionType type ) : void
IncrementPostfixInt32 ( int x ) : void
IncrementPostfixOvfInt32 ( int x ) : void
IncrementPrefixInt32 ( int x ) : void
IncrementPrefixOvfInt32 ( int x ) : void
Int32Args ( ) : IEnumerable
InvalidOperationForType ( ) : void
IsFalse ( bool x ) : void
IsTrueBoolean ( bool x ) : void
NegateInt32 ( int x ) : void
NegateOvfInt32 ( int x ) : void
NonUnaryExpressionTypes ( ) : IEnumerable
NonUnaryOperation ( ExpressionType type ) : void
NotBoolean ( bool x ) : void
NullTarget ( ) : void
OnesComplementInt32 ( int x ) : void
ReturnType ( ExpressionType type ) : void
UnaryExpressionTypes ( ) : IEnumerable
UnaryPlusInt32 ( int x ) : void