ViewUniqueNameCollectionT(IEnumerableT) - конструктор
Initializes a new instance of the ListT class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.
Пространство имён: Tessa.Views.MetadataСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public ViewUniqueNameCollection(
IEnumerable<T> collection
)
Public Sub New (
collection As IEnumerable(Of T)
)
public:
ViewUniqueNameCollection(
IEnumerable<T>^ collection
)
new :
collection : IEnumerable<'T> -> ViewUniqueNameCollection
Параметры
- collection IEnumerableT
- The collection whose elements are copied to the new list.
| ArgumentNullException | collection is . |