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 |
void |
Adds the elements of the specified collection to the end of the
System.Collections.Generic.ICollection`1 .
static
|
EnqueueRange |
void |
Enqueues the elements of the specified collection to the
Queue<T> .
static
|
PushRange |
void |
Pushes the elements of the specified collection to the
Stack<T> .
static
|