コード例 #1
0
ファイル: LifetimeLocator.cs プロジェクト: punker76/Umbrella
 public IEnumerator <KeyValuePair <object, object> > GetEnumerator()
 {
     return(Decoratee.GetEnumerator());
 }
コード例 #2
0
ファイル: LifetimeLocator.cs プロジェクト: punker76/Umbrella
 System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()
 {
     return(Decoratee.GetEnumerator());
 }