org.pdfclown.util.collections.generic.Extension Class Reference

List of all members.

Static Public Member Functions

static void AddAll< T > (this ICollection< T > collection, IEnumerable< T > enumerable)
static void RemoveAll< T > (this ICollection< T > collection, IEnumerable< T > enumerable)
static void SetAll< TKey, TValue > (this IDictionary< TKey, TValue > dictionary, IEnumerable< KeyValuePair< TKey, TValue >> enumerable)
 Sets all the specified entries into this dictionary.

Member Function Documentation

static void org.pdfclown.util.collections.generic.Extension.AddAll< T > ( this ICollection< T >  collection,
IEnumerable< T >  enumerable 
) [static]
static void org.pdfclown.util.collections.generic.Extension.RemoveAll< T > ( this ICollection< T >  collection,
IEnumerable< T >  enumerable 
) [static]
static void org.pdfclown.util.collections.generic.Extension.SetAll< TKey, TValue > ( this IDictionary< TKey, TValue >  dictionary,
IEnumerable< KeyValuePair< TKey, TValue >>  enumerable 
) [static]

Sets all the specified entries into this dictionary.

The effect of this call is equivalent to that of calling the indexer on this dictionary once for each entry in the specified enumerable.

Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.

Generated on Sat Feb 9 21:08:40 2013 for PDF Clown 0.1.2 by  doxygen 1.6.3