Axiom.Math.Collections.Vector3List.Enumerator.Reset C# (CSharp) Méthode

Reset() public méthode

Sets the enumerator to its initial position, before the first element in the collection.
public Reset ( ) : void
Résultat void
            public void Reset()
            {
                m_index = -1;
            }
            #endregion
Vector3List.Enumerator