Esempio n. 1
0
 public object GetSyncRoot(Collection_I collection)
 {
     // syncroot should not ever be null.
     return(collection.SyncRoot);
 }
Esempio n. 2
0
 public static void CopyTo <T>(this Collection_I <T> collection, T[] items, int offset)
 {
 }