Skip to content

Methods_T_CodeJam_Collections_CollectionExtensions

Andrew Koryavchenko edited this page Jul 4, 2017 · 4 revisions

CollectionExtensions Methods

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

CollectionExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally