|
Enhanced C#
Language of your choice: library documentation
|
Helper type. You pass a cloneable Frame object to the constructor, and then a copy of this Frame is used to construct a new NestedEnumerator{Frame,T} each time the user calls GetEnumerator.
More...
Helper type. You pass a cloneable Frame object to the constructor, and then a copy of this Frame is used to construct a new NestedEnumerator{Frame,T} each time the user calls GetEnumerator.
For more information see NestedEnumerator{Frame,T}.
| Frame | : | IEnumeratorFrame | |
| Frame | : | Frame | |
| Frame | : | T | |
| Frame | : | ICloneable<Frame> |
Public fields | |
| Frame | _root |
Public Member Functions | |
| NestedEnumerable (Frame root) | |
| IEnumerator IEnumerable. | GetEnumerator () |
| IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
| NestedEnumerator< Frame, T > | GetEnumerator () |
1.8.7