C# 클래스 Mvp.Xml.Common.XPath.DynamicContext.DynamicVariable

Represents a variable during dynamic expression execution.
상속: IXsltContextVariable
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

Private Properties

프로퍼티 타입 설명
IXsltContextVariable object

공개 메소드들

메소드 설명
DynamicVariable ( string name, object value ) : System

Initializes a new instance of the class.

비공개 메소드들

메소드 설명
IXsltContextVariable ( XsltContext context ) : object

메소드 상세

DynamicVariable() 공개 메소드

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.
리턴 System