C# Класс System.Linq.Expressions.Tests.LambdaAddTests

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

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

Метод Описание
LambdaAddByteTest ( bool useInterpreter ) : void
LambdaAddDecimalTest ( bool useInterpreter ) : void
LambdaAddDoubleTest ( bool useInterpreter ) : void
LambdaAddFloatTest ( bool useInterpreter ) : void
LambdaAddIntTest ( bool useInterpreter ) : void
LambdaAddLongTest ( bool useInterpreter ) : void
LambdaAddShortTest ( bool useInterpreter ) : void
LambdaAddUIntTest ( bool useInterpreter ) : void
LambdaAddULongTest ( bool useInterpreter ) : void
LambdaAddUShortTest ( bool useInterpreter ) : void
VerifyAddByte ( byte a, byte b, bool useInterpreter ) : void
VerifyAddDecimal ( decimal a, decimal b, bool useInterpreter ) : void
VerifyAddDouble ( double a, double b, bool useInterpreter ) : void
VerifyAddFloat ( float a, float b, bool useInterpreter ) : void
VerifyAddInt ( int a, int b, bool useInterpreter ) : void
VerifyAddLong ( long a, long b, bool useInterpreter ) : void
VerifyAddShort ( short a, short b, bool useInterpreter ) : void
VerifyAddUInt ( uint a, uint b, bool useInterpreter ) : void
VerifyAddULong ( ulong a, ulong b, bool useInterpreter ) : void
VerifyAddUShort ( ushort a, ushort b, bool useInterpreter ) : void