/// <summary> /// Default constructor for enumerator. /// </summary> /// <param name="collection">Instance of the collection to enumerate.</param> internal SnapshotCollectionEnumerator( SnapshotCollection collection ) { _index = -1; _collection = collection; }
public SnapshotHistory() { this.m_Snapshots = new SnapshotCollection(); }
public SnapshotHistory() { m_Snapshots = new SnapshotCollection(); }
/// <summary> /// Default constructor for enumerator. /// </summary> /// <param name="collection">Instance of the collection to enumerate.</param> internal SnapshotCollectionEnumerator(SnapshotCollection collection) { _index = -1; _collection = collection; }