private void Initialize(String strName, FunstionType funcType) { Name = strName; FunctionType = funcType; }
private void Initialize(String strName, FunstionType funcType) { Name = strName; FunctionType = funcType; m_ParentContext = null; }