C# Class MoreInternals.Model.UrlValue

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

Public Methods

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

Private Methods

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

Method Details

Bind() public method

public Bind ( Scope scope ) : Value
scope Scope
return Value

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string raw, IPosition forPos ) : UrlValue
raw string
forPos IPosition
return UrlValue