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