C# Class System.Linq.Expressions.Tests.BinaryLogicalTests.NamedMethods

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
NamedMethods ( int value ) : System.Collections.Generic
op_BitwiseAnd ( NamedMethods c1, NamedMethods c2 ) : NamedMethods
op_BitwiseOr ( NamedMethods c1, NamedMethods c2 ) : NamedMethods
operator ( ) : bool

Method Details

NamedMethods() public méthode

public NamedMethods ( int value ) : System.Collections.Generic
value int
Résultat System.Collections.Generic

op_BitwiseAnd() public static méthode

public static op_BitwiseAnd ( NamedMethods c1, NamedMethods c2 ) : NamedMethods
c1 NamedMethods
c2 NamedMethods
Résultat NamedMethods

op_BitwiseOr() public static méthode

public static op_BitwiseOr ( NamedMethods c1, NamedMethods c2 ) : NamedMethods
c1 NamedMethods
c2 NamedMethods
Résultat NamedMethods

operator() public static méthode

public static operator ( ) : bool
Résultat bool