Mime |
public bool MoveTo( string pathSpecifier )
Exception | Condition |
---|---|
ArgumentNullException | pathSpecifier is null. |
ArgumentException | pathSpecifier is empty. |
FormatException | pathSpecifier is in an invalid format. |
Advances the iterator to the entity specified by the path specifier which must be in the same format as returned by PathSpecifier.
If the iterator has already advanced beyond the entity at the specified path, the iterator will Reset and advance as normal.