Show / Hide Table of Contents

Class PatentsType

Inheritance
object
PatentsType
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class PatentsType

Properties

| Edit this page View Source

Items

Declaration
public List<PatentOrFamily> Items { get; set; }
Property Value
Type Description
List<PatentOrFamily>
| Edit this page View Source

XmlItems

Declaration
public List<object> XmlItems { get; set; }
Property Value
Type Description
List<object>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX