/// Initializes a new instance of the <see cref="PluginCollectionEnumerator">PluginCollectionEnumerator</see> class referencing the specified <see cref="PluginCollection">PluginCollection</see> object.
/// </summary>
/// <param name="mappings">The <see cref="PluginCollection">PluginCollection</see> to enumerate.</param>
/// Advances the enumerator to the next element of the collection.
/// </summary>
/// <returns><b>true</b> if the enumerator was successfully advanced to the next element; <b>false</b> if the enumerator has passed the end of the collection.</returns>
publicboolMoveNext()
{
return_enumerator.MoveNext();
}
boolIEnumerator.MoveNext()
{
return_enumerator.MoveNext();
}
/// <summary>
/// Sets the enumerator to its initial position, which is before the first element in the collection.