コード例 #1
0
 /// <summary>
 /// Default constructor for enumerator.
 /// </summary>
 /// <param name="collection">Instance of the collection to enumerate.</param>
 internal SnapshotCollectionEnumerator( SnapshotCollection collection )
 {
     _index = -1;
     _collection = collection;
 }
コード例 #2
0
ファイル: SnapshotHistory.cs プロジェクト: Crome696/ServUO
 public SnapshotHistory()
 {
     this.m_Snapshots = new SnapshotCollection();
 }
コード例 #3
0
ファイル: SnapshotHistory.cs プロジェクト: Evad-lab/ServUOX
 public SnapshotHistory()
 {
     m_Snapshots = new SnapshotCollection();
 }
コード例 #4
0
 /// <summary>
 /// Default constructor for enumerator.
 /// </summary>
 /// <param name="collection">Instance of the collection to enumerate.</param>
 internal SnapshotCollectionEnumerator(SnapshotCollection collection)
 {
     _index      = -1;
     _collection = collection;
 }