Поделиться через


EndpointMetadataCollection Конструкторы

Определение

Перегрузки

EndpointMetadataCollection(IEnumerable<Object>)

Создает новый экземпляр EndpointMetadataCollection.

EndpointMetadataCollection(Object[])

Создает новый экземпляр EndpointMetadataCollection.

EndpointMetadataCollection(IEnumerable<Object>)

Исходный код:
EndpointMetadataCollection.cs
Исходный код:
EndpointMetadataCollection.cs

Создает новый экземпляр EndpointMetadataCollection.

public:
 EndpointMetadataCollection(System::Collections::Generic::IEnumerable<System::Object ^> ^ items);
public EndpointMetadataCollection (System.Collections.Generic.IEnumerable<object> items);
new Microsoft.AspNetCore.Http.EndpointMetadataCollection : seq<obj> -> Microsoft.AspNetCore.Http.EndpointMetadataCollection
Public Sub New (items As IEnumerable(Of Object))

Параметры

items
IEnumerable<Object>

Элементы метаданных.

Применяется к

EndpointMetadataCollection(Object[])

Исходный код:
EndpointMetadataCollection.cs
Исходный код:
EndpointMetadataCollection.cs

Создает новый экземпляр EndpointMetadataCollection.

public:
 EndpointMetadataCollection(... cli::array <System::Object ^> ^ items);
public EndpointMetadataCollection (params object[] items);
new Microsoft.AspNetCore.Http.EndpointMetadataCollection : obj[] -> Microsoft.AspNetCore.Http.EndpointMetadataCollection
Public Sub New (ParamArray items As Object())

Параметры

items
Object[]

Элементы метаданных.

Применяется к