System.Runtime.Remoting.Channels.AggregateEnumerator.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
		public void Reset ()
		{
			pos = 0;
			if (dictionaries.Length > 0)
				currente = dictionaries [0].GetEnumerator ();
		}
	}