コード例 #1
0
 internal ProfileCollectionEnumerator(ProfileCollection collection)
 {
     this._index      = -1;
     this._collection = collection;
 }
コード例 #2
0
ファイル: ProfileList.cs プロジェクト: NaphalAXT/WarUOSallos
 public ProfileList()
 {
     this.m_Profiles = new ProfileCollection();
 }