C# Class MoreInternals.Model.QuotedStringValue

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

Private Properties

Свойство Type Description
Evaluate Value
QuotedStringValue System
ReferredToVariables List
Write void

Méthodes publiques

Méthode Description
Bind ( Scope scope ) : Value
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

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

Method Details

Bind() public méthode

public Bind ( Scope scope ) : Value
scope Scope
Résultat Value

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int