Skip to content

T_CodeJam_Collections_CollectionExtensions

andrewvk edited this page Apr 5, 2016 · 7 revisions

CollectionExtensions Class

[This is preliminary documentation and is subject to change.]

Various collections extensions.

Inheritance Hierarchy

System.Object
  CodeJam.Collections.CollectionExtensions
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class CollectionExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class CollectionExtensions

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CollectionExtensions =  class end

Methods

 

Name Description
Public methodStatic member AddRange(T)(ICollection(T), IEnumerable(T)) Adds the elements to the end of the ICollection(T).
Public methodStatic member AddRange(T)(ICollection(T), IList(T)) Adds the elements to the end of the ICollection(T).
Public methodStatic member AddRange(T)(ICollection(T), T[]) Adds the elements to the end of the ICollection(T).
Public methodStatic member IsNullOrEmpty(T)(ICollection(T)) Indicates whether the specified collection is null or empty.
Public methodStatic member IsNullOrEmpty(T)(T[]) Indicates whether the specified array is null or empty.
Public methodStatic member NotNullNorEmpty(T)(ICollection(T)) Indicates whether the specified collection is not null nor empty.
Public methodStatic member NotNullNorEmpty(T)(T[]) Indicates whether the specified array is is not null nor empty.
  Back to Top

See Also

Reference

CodeJam.Collections Namespace

Clone this wiki locally