예제 #1
0
 public object GetSyncRoot(Collection_I collection)
 {
     // syncroot should not ever be null.
     return(collection.SyncRoot);
 }
예제 #2
0
파일: CollectionExt.cs 프로젝트: E01D/Base
 public static void CopyTo <T>(this Collection_I <T> collection, T[] items, int offset)
 {
 }