Beispiel #1
0
 private void Initialize(String strName, FunstionType funcType)
 {
     Name         = strName;
     FunctionType = funcType;
 }
 private void Initialize(String strName, FunstionType funcType)
 {
     Name = strName;
     FunctionType = funcType;
 }
Beispiel #3
0
 private void Initialize(String strName, FunstionType funcType)
 {
     Name            = strName;
     FunctionType    = funcType;
     m_ParentContext = null;
 }