C# 클래스 System.Dynamic.Tests.UnaryOperationTests

파일 보기 프로젝트 열기: dotnet/corefx

비공개 메소드들

메소드 설명
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