예제 #1
0
 public Variable GetVariable(string sVarName)
 {
     return(m_variableDictionary.GetVariable(sVarName));
 }