C# Class MoreInternals.Model.ImportantValue

Inheritance: Value
Afficher le fichier Open project: kevin-montrose/More

Méthodes publiques

Свойство Type Description
Singleton ImportantValue

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsImportant ( ) : bool

Private Methods

Méthode Description
Evaluate ( ) : Value
ImportantValue ( ) : System
ReferredToVariables ( ) : List
Write ( TextWriter output ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsImportant() public méthode

public IsImportant ( ) : bool
Résultat bool

Property Details

Singleton public_oe static_oe property

public static ImportantValue,MoreInternals.Model Singleton
Résultat ImportantValue