Sdílet prostřednictvím


EndpointMetadataCollection Konstruktory

Definice

Přetížení

EndpointMetadataCollection(IEnumerable<Object>)

Vytvoří nový objekt EndpointMetadataCollection.

EndpointMetadataCollection(Object[])

Vytvoří nový objekt EndpointMetadataCollection.

EndpointMetadataCollection(IEnumerable<Object>)

Zdroj:
EndpointMetadataCollection.cs
Zdroj:
EndpointMetadataCollection.cs

Vytvoří nový objekt 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>

Položky metadat.

Platí pro

EndpointMetadataCollection(Object[])

Zdroj:
EndpointMetadataCollection.cs
Zdroj:
EndpointMetadataCollection.cs

Vytvoří nový objekt 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[]

Položky metadat.

Platí pro