共用方式為


TouchCollection.Enumerator Members

The following tables list the members exposed by the TouchCollection.Enumerator type.

Public Properties

Name Description
Public Property Current Gets the current element in the TouchCollection.

Public Methods

Name Description
Public Method Dispose Immediately releases the unmanaged resources used by this object.
Public Method Equals (Inherited from ValueType.)
Public Method GetHashCode (Inherited from ValueType.)
Public Method GetType (Inherited from Object.)
Public Method MoveNext Advances the enumerator to the next element of the TouchCollection.
Public Method ToString (Inherited from ValueType.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Explicit Interface Implementations

Name Description
Explicit Interface ImplementationMethod System.Collections.IEnumerator.Current Gets the current element in the TouchCollection as an object.
Explicit Interface ImplementationMethod System.Collections.IEnumerator.Reset Sets the enumerator to its initial position, which is before the first element in the TouchCollection.

See Also

Reference

TouchCollection.Enumerator Structure
Microsoft.Xna.Framework.Input.Touch Namespace