EqtBaseCollection<T> Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the EqtBaseCollection<T> class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EqtBaseCollection<T>() | Initializes a new instance of the EqtBaseCollection<T> class. | |
EqtBaseCollection<T>(IEqualityComparer) | Initializes a new sortable instance of the EqtBaseCollection<T> class by using the provided comparer. | |
EqtBaseCollection<T>(EqtBaseCollection<T>) | Initializes a new instance of the EqtBaseCollection<T> class by making a shallow copy of the provided EqtBaseCollection<T> object. |
Top