Partilhar via


EndpointMetadataCollection Construtores

Definição

Sobrecargas

EndpointMetadataCollection(IEnumerable<Object>)

Cria um novo EndpointMetadataCollection.

EndpointMetadataCollection(Object[])

Cria um novo EndpointMetadataCollection.

EndpointMetadataCollection(IEnumerable<Object>)

Origem:
EndpointMetadataCollection.cs
Origem:
EndpointMetadataCollection.cs
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))

Parâmetros

items
IEnumerable<Object>

Os itens de metadados.

Aplica-se a

EndpointMetadataCollection(Object[])

Origem:
EndpointMetadataCollection.cs
Origem:
EndpointMetadataCollection.cs
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())

Parâmetros

items
Object[]

Os itens de metadados.

Aplica-se a