EndpointMetadataCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EndpointMetadataCollection(IEnumerable<Object>) |
Creates a new EndpointMetadataCollection. |
EndpointMetadataCollection(Object[]) |
Creates a new EndpointMetadataCollection. |
EndpointMetadataCollection(IEnumerable<Object>)
Creates a new 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))
Parameters
- items
- IEnumerable<Object>
The metadata items.
Applies to
EndpointMetadataCollection(Object[])
Creates a new 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())
Parameters
- items
- Object[]
The metadata items.