C# Class System.Linq.Expressions.Utils

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
BoxedFalse object
BoxedInt0 object
BoxedInt1 object
BoxedInt2 object
BoxedInt3 object
BoxedIntM1 object
BoxedTrue object
Empty DefaultExpression
Null ConstantExpression

Public Methods

Method Description
Constant ( bool value ) : ConstantExpression
Constant ( int value ) : ConstantExpression

Method Details

Constant() public static method

public static Constant ( bool value ) : ConstantExpression
value bool
return ConstantExpression

Constant() public static method

public static Constant ( int value ) : ConstantExpression
value int
return ConstantExpression

Property Details

BoxedFalse public_oe static_oe property

public static object BoxedFalse
return object

BoxedInt0 public_oe static_oe property

public static object BoxedInt0
return object

BoxedInt1 public_oe static_oe property

public static object BoxedInt1
return object

BoxedInt2 public_oe static_oe property

public static object BoxedInt2
return object

BoxedInt3 public_oe static_oe property

public static object BoxedInt3
return object

BoxedIntM1 public_oe static_oe property

public static object BoxedIntM1
return object

BoxedTrue public_oe static_oe property

public static object BoxedTrue
return object

Empty public_oe static_oe property

public static DefaultExpression,System.Linq.Expressions Empty
return DefaultExpression

Null public_oe static_oe property

public static ConstantExpression,System.Linq.Expressions Null
return ConstantExpression