Skip to content

Overload_CodeJam_Collections_CollectionExtensions_NullIfEmpty

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

CollectionExtensions.NullIfEmpty Method

Overload List

 

Name Description
Public methodStatic member NullIfEmpty(TKey, TValue)(Dictionary(TKey, TValue)) Returns null if the dictionary is empty.
Public methodStatic member NullIfEmpty(T)(List(T)) Returns null if the collection is empty.
Public methodStatic member NullIfEmpty(T)(T[]) Returns null if the collection is array.
  Back to Top

See Also

Reference

CollectionExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally