CollectionExtensions Class

Summary

Extension Methods for collection types.
Namespace
StrideToolkit.Collections
Base Types
  • object
graph BT Type-->Base0["object"] Type["CollectionExtensions"] class Type type-node

Syntax

public static class CollectionExtensions

Methods

Name Value Summary
AddRange<T>(ICollection<T>, IEnumerable<T>) void
Adds the elements of the specified collection to the end of the System.Collections.Generic.ICollection`1.
static
EnqueueRange<T>(Queue<T>, IEnumerable<T>) void
Enqueues the elements of the specified collection to the Queue<T>.
static
PushRange<T>(Stack<T>, IEnumerable<T>) void
Pushes the elements of the specified collection to the Stack<T>.
static