Compartir a través de


EndpointMetadataCollection Constructores

Definición

Sobrecargas

EndpointMetadataCollection(IEnumerable<Object>)

Crea un nuevo EndpointMetadataCollection.

EndpointMetadataCollection(Object[])

Crea un nuevo EndpointMetadataCollection.

EndpointMetadataCollection(IEnumerable<Object>)

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

Elementos de metadatos.

Se aplica a

EndpointMetadataCollection(Object[])

Source:
EndpointMetadataCollection.cs
Source:
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[]

Elementos de metadatos.

Se aplica a