CollectionExtensions Class

Summary

This class contains extension methods for Collection<T>.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Base Types
  • object
graph TD Base0["object"]-->Type Type["CollectionExtensions"] class Type type-node

Syntax

public static class CollectionExtensions

Methods

Name Value Summary
AddRange<T>(Collection<T>, IEnumerable<T>) void
Adds all elements from the source into target.
static