EqtBaseCollection<T>.m_container Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the hash table that contains the collection.
protected: System::Collections::Hashtable ^ m_container;
protected System.Collections.Hashtable m_container;
val mutable m_container : System.Collections.Hashtable
Protected m_container As Hashtable