Table of Contents

Method AddRange

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

AddRange<T>(ICollection<T>, params T[])

Adds a range of values to a collection

public static void AddRange<T>(this ICollection<T> self, params T[] range)

Parameters

self ICollection<T>

Collection to Add values to

range T[]

values to add

Type Parameters

T

Type of elements in the collection