The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
DynVarManagement.VarPath Class Reference

Public Member Functions

 VarPath ()
 

Properties

string NamespaceName [get, set]
 
string ClassName [get, set]
 
string InterfaceName [get, set]
 
string MethodName [get, set]
 
string VarName [get, set]
 

Detailed Description

Definition at line 308 of file DynVarManager.cs.

Constructor & Destructor Documentation

DynVarManagement.VarPath.VarPath ( )

Definition at line 354 of file DynVarManager.cs.

Property Documentation

string DynVarManagement.VarPath.ClassName
getset

Definition at line 326 of file DynVarManager.cs.

string DynVarManagement.VarPath.InterfaceName
getset

Definition at line 330 of file DynVarManager.cs.

string DynVarManagement.VarPath.MethodName
getset

Definition at line 334 of file DynVarManager.cs.

string DynVarManagement.VarPath.NamespaceName
getset

Definition at line 322 of file DynVarManager.cs.

string DynVarManagement.VarPath.VarName
getset

Definition at line 345 of file DynVarManager.cs.


The documentation for this class was generated from the following file: