ResourceAnnotationCollection Class
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.
Represents a collection of resource metadata annotations.
public sealed class ResourceAnnotationCollection : System.Collections.ObjectModel.Collection<Aspire.Hosting.ApplicationModel.IResourceAnnotation>
type ResourceAnnotationCollection = class
inherit Collection<IResourceAnnotation>
Public NotInheritable Class ResourceAnnotationCollection
Inherits Collection(Of IResourceAnnotation)
- Inheritance
-
ResourceAnnotationCollection
Constructors
ResourceAnnotationCollection() |