EndpointMetadataCollection Konstruktory

Definicja

Przeciążenia

EndpointMetadataCollection(IEnumerable<Object>)

Tworzy nowy adres EndpointMetadataCollection.

EndpointMetadataCollection(Object[])

Tworzy nowy adres EndpointMetadataCollection.

EndpointMetadataCollection(IEnumerable<Object>)

Źródło:
EndpointMetadataCollection.cs

Tworzy nowy adres 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))

Parametry

items
IEnumerable<Object>

Elementy metadanych.

Dotyczy

EndpointMetadataCollection(Object[])

Źródło:
EndpointMetadataCollection.cs

Tworzy nowy adres 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())

Parametry

items
Object[]

Elementy metadanych.

Dotyczy