Show / Hide Table of Contents

Class ListExtensions

Inheritance
object
ListExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Utils
Assembly: CycloneDX.Utils.dll
Syntax
public static class ListExtensions

Methods

| Edit this page View Source

AddRangeIfNotNull<T>(List<T>, IEnumerable<T>)

Declaration
public static void AddRangeIfNotNull<T>(this List<T> list, IEnumerable<T> items)
Parameters
Type Name Description
List<T> list
IEnumerable<T> items
Type Parameters
Name Description
T
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX