EndpointMetadataCollection Class
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.
A collection of arbitrary metadata associated with an endpoint.
public ref class EndpointMetadataCollection sealed : System::Collections::Generic::IEnumerable<System::Object ^>, System::Collections::Generic::IReadOnlyCollection<System::Object ^>, System::Collections::Generic::IReadOnlyList<System::Object ^>
public sealed class EndpointMetadataCollection : System.Collections.Generic.IEnumerable<object>, System.Collections.Generic.IReadOnlyCollection<object>, System.Collections.Generic.IReadOnlyList<object>
type EndpointMetadataCollection = class
interface IReadOnlyList<obj>
interface seq<obj>
interface IEnumerable
interface IReadOnlyCollection<obj>
type EndpointMetadataCollection = class
interface seq<obj>
interface IEnumerable
interface IReadOnlyCollection<obj>
interface IReadOnlyList<obj>
Public NotInheritable Class EndpointMetadataCollection
Implements IEnumerable(Of Object), IReadOnlyCollection(Of Object), IReadOnlyList(Of Object)
- Inheritance
-
EndpointMetadataCollection
- Implements
EndpointMetadataCollection instances contain a list of metadata items of arbitrary types. The metadata items are stored as an ordered collection with items arranged in ascending order of precedence.
Endpoint |
Creates a new EndpointMetadataCollection. |
Endpoint |
Creates a new EndpointMetadataCollection. |
Empty |
An empty EndpointMetadataCollection. |
Count |
Gets the count of metadata items. |
Item[Int32] |
Gets the item at |
Get |
Gets an IEnumerator of all metadata items. |
Get |
Gets the most significant metadata item of type |
Get |
Gets the metadata items of type |
Get |
Gets the most significant metadata item of type |
IEnumerable. |
Gets an IEnumerator of all metadata items. |
IEnumerable<Object>.Get |
Gets an IEnumerator<T> of all metadata items. |
Product | Versions |
---|---|
ASP.NET Core | 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |