C# Class System.Linq.Expressions.Utils

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
BoxedFalse object
BoxedInt0 object
BoxedInt1 object
BoxedInt2 object
BoxedInt3 object
BoxedIntM1 object
BoxedTrue object
Empty DefaultExpression
Null ConstantExpression

Méthodes publiques

Méthode Description
Constant ( bool value ) : ConstantExpression
Constant ( int value ) : ConstantExpression

Method Details

Constant() public static méthode

public static Constant ( bool value ) : ConstantExpression
value bool
Résultat ConstantExpression

Constant() public static méthode

public static Constant ( int value ) : ConstantExpression
value int
Résultat ConstantExpression

Property Details

BoxedFalse public_oe static_oe property

public static object BoxedFalse
Résultat object

BoxedInt0 public_oe static_oe property

public static object BoxedInt0
Résultat object

BoxedInt1 public_oe static_oe property

public static object BoxedInt1
Résultat object

BoxedInt2 public_oe static_oe property

public static object BoxedInt2
Résultat object

BoxedInt3 public_oe static_oe property

public static object BoxedInt3
Résultat object

BoxedIntM1 public_oe static_oe property

public static object BoxedIntM1
Résultat object

BoxedTrue public_oe static_oe property

public static object BoxedTrue
Résultat object

Empty public_oe static_oe property

public static DefaultExpression,System.Linq.Expressions Empty
Résultat DefaultExpression

Null public_oe static_oe property

public static ConstantExpression,System.Linq.Expressions Null
Résultat ConstantExpression