NStub.CSharp.ObjectGeneration.BuildDataDictionary.IEnumerable C# (CSharp) Method

IEnumerable() private method

Returns an enumerator that iterates through a collection.
private IEnumerable ( ) : IEnumerator
return IEnumerator
        IEnumerator IEnumerable.GetEnumerator()
        {
            return this.data.Values.GetEnumerator();
        }