Opc.Ua.Com.Client.EnumString.Reset C# (CSharp) Method

Reset() public method

Sets pointer to the start of the list.
public Reset ( ) : void
return void
		public void Reset()
		{
			m_enumerator.Reset();

            // can't use simple interface after calling this method.
            m_fetched = -1;
		}