Show / Hide Table of Contents

Class GraphicsCollection

Inheritance
System.Object
GraphicsCollection
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class GraphicsCollection : object

Properties

| Improve this Doc View Source

Collection

Declaration
public List<GraphicsCollection.Graphic> Collection { get; set; }
Property Value
Type Description
List<GraphicsCollection.Graphic>
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX