public StaffHistory() { m_Pages = new PageInfoCollection(); m_QueueStats = new QueueStatusCollection(); m_UserInfo = new Hashtable(StringComparer.OrdinalIgnoreCase); m_StaffInfo = new Hashtable(StringComparer.OrdinalIgnoreCase); }
public StaffHistory() { m_Pages = new PageInfoCollection(); m_QueueStats = new QueueStatusCollection(); m_UserInfo = new Hashtable( StringComparer.OrdinalIgnoreCase ); m_StaffInfo = new Hashtable( StringComparer.OrdinalIgnoreCase ); }
public StaffHistory() { m_Pages = new PageInfoCollection(); m_QueueStats = new QueueStatusCollection(); m_UserInfo = new Hashtable(); m_StaffInfo = new Hashtable(); }
/// <summary> /// Default constructor for enumerator. /// </summary> /// <param name="collection">Instance of the collection to enumerate.</param> internal QueueStatusCollectionEnumerator(QueueStatusCollection collection) { _index = -1; _collection = collection; }
/// <summary> /// Default constructor for enumerator. /// </summary> /// <param name="collection">Instance of the collection to enumerate.</param> internal QueueStatusCollectionEnumerator(QueueStatusCollection collection) { this._index = -1; this._collection = collection; }