Example #1
0
 public void Clear()
 {
     Propertys.Clear();
     Cache.ClearCache();
     //PropertyNames.Clear();
     DataArray = null;
     //PropertyNames = null;
     Propertys = null;
 }
Example #2
0
        /// <summary>
        /// 釋放物件時執行動作
        /// </summary>
        protected virtual void OnDispose()
        {
            if (DrawObject != null)
            {
                DrawObject.Dispose();
            }

            Propertys.Clear();
            MoveObject = MoveNull.Value;
        }
Example #3
0
 public void Clear()
 {
     Cache.ClearCache();
     Propertys.Clear();
     DataArray = null;
 }