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.

Definition

Пространство имён: Tessa.Views.Metadata
Сборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
C#
public ViewUniqueNameCollection(
	IEnumerable<T> collection
)

Параметры

collection  IEnumerableT
The collection whose elements are copied to the new list.

Исключения

ArgumentNullExceptioncollection is .

См. также