Ejemplo n.º 1
0
 internal ProfileCollectionEnumerator(ProfileCollection collection)
 {
     this._index      = -1;
     this._collection = collection;
 }
Ejemplo n.º 2
0
 public ProfileList()
 {
     this.m_Profiles = new ProfileCollection();
 }