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

Inheritance: AstNode
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Operand ( bool val ) : System
Operand ( double val ) : System
Operand ( string val ) : System

Method Details

Operand() public méthode

public Operand ( bool val ) : System
val bool
Résultat System

Operand() public méthode

public Operand ( double val ) : System
val double
Résultat System

Operand() public méthode

public Operand ( string val ) : System
val string
Résultat System