Help for this page

Select Code to Download


  1. or download this
            public virtual void Destroy()
            {
    ...
                    m_container = null;
                }
            }
    
  2. or download this
            /// <summary>
            ///  public virtual void Destroy()
    ...
                    m_container = null;
                }
            }