BaseInfoCollection<T> constructor
Overload list
Name | Description | |
---|---|---|
BaseInfoCollection<T>() | Creates a new empty collection of an information object. | |
BaseInfoCollection<T>(IEnumerable<T>) | Creates a new collection of information objects initialized with the specified values. |
Top