C# Class MoreInternals.Model.ImportantValue

Inheritance: Value
显示文件 Open project: kevin-montrose/More

Public Properties

Property Type Description
Singleton ImportantValue

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsImportant ( ) : bool

Private Methods

Method Description
Evaluate ( ) : Value
ImportantValue ( ) : System
ReferredToVariables ( ) : List
Write ( TextWriter output ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsImportant() public method

public IsImportant ( ) : bool
return bool

Property Details

Singleton public_oe static_oe property

public static ImportantValue,MoreInternals.Model Singleton
return ImportantValue