Пример #1
0
        public void SetProperty(Property p)
        {
            if (p != null)
            {
                Debug.Check(this.m_name == p.GetVariableName());
                Debug.Check(this.m_id == p.GetVariableId());
            }

            this.m_property = p;
        }
Пример #2
0
        public void SetProperty(Property p)
        {
            if (p != null)
            {
                Debug.Check(this.m_name == p.GetVariableName());
                Debug.Check(this.m_id == p.GetVariableId());
            }

            this.m_property = p;
        }