społeczeństwo klasowy SafetyEnumerable : IEnumerable
{
// Pole
intymny intymny IEnumerable kolekcja;
// Metoda
jawny SafetyEnumerable (IEnumerable kolekcja)
{
this.collection = kolekcja;
}
IEnumerator IEnumerable.GetEnumerator ()
{
powrotny collection.GetEnumerator ();
}
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator ()
{
powrotny collection.GetEnumerator ();
}
}
|