C# Class Mvp.Xml.Common.XPath.DynamicContext.DynamicVariable

Represents a variable during dynamic expression execution.
Inheritance: IXsltContextVariable
Afficher le fichier Open project: Monobjc/monobjc-tools

Private Properties

Свойство Type Description
IXsltContextVariable object

Méthodes publiques

Méthode Description
DynamicVariable ( string name, object value ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
IXsltContextVariable ( XsltContext context ) : object

Method Details

DynamicVariable() public méthode

Initializes a new instance of the class.
public DynamicVariable ( string name, object value ) : System
name string The name of the variable.
value object The value of the variable.
Résultat System