C# Class MoreInternals.Model.UrlValue

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

Méthodes publiques

Méthode Description
Bind ( Scope scope ) : Value
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string raw, IPosition forPos ) : UrlValue

Private Methods

Méthode Description
Evaluate ( ) : Value
ReferredToVariables ( ) : List
UrlValue ( Value path ) : System
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

Parse() public static méthode

public static Parse ( string raw, IPosition forPos ) : UrlValue
raw string
forPos IPosition
Résultat UrlValue