상속: System.Collections.CollectionBase
예제 #1
0
파일: TimeZones.cs 프로젝트: ayende/Subtext
 public Enumerator(WindowsTimeZoneCollection collection)
 {
     this.wrapped = ((CollectionBase)collection).GetEnumerator();
 }
예제 #2
0
파일: TimeZones.cs 프로젝트: ayende/Subtext
 static WindowsTimeZone()
 {
     timeZones = LoadTimeZonesFromXml();
 }