C# Class MS.Internal.Xml.XPath.Operand

Inheritance: AstNode
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
Operand ( bool val ) : System
Operand ( double val ) : System
Operand ( string val ) : System

Method Details

Operand() public method

public Operand ( bool val ) : System
val bool
return System

Operand() public method

public Operand ( double val ) : System
val double
return System

Operand() public method

public Operand ( string val ) : System
val string
return System