C# Class Elmah.Assertions.StaticAssertion

An static assertion implementation that always evaluates to a preset value.
Inheritance: IAssertion
Afficher le fichier Open project: elmah/Elmah

Méthodes publiques

Свойство Type Description
False StaticAssertion
True StaticAssertion

Méthodes publiques

Méthode Description
Test ( object context ) : bool

Private Methods

Méthode Description
StaticAssertion ( bool value )

Method Details

Test() public méthode

public Test ( object context ) : bool
context object
Résultat bool

Property Details

False public_oe static_oe property

public static StaticAssertion,Elmah.Assertions False
Résultat StaticAssertion

True public_oe static_oe property

public static StaticAssertion,Elmah.Assertions True
Résultat StaticAssertion