共用方式為


IndirectPositionCollection Members

The following tables list the members exposed by the IndirectPositionCollection type.

Public Properties

Name Description
Public Property Count Number of positions in the collection.
Public Property Item Gets or sets the position at the specified index.

Public Methods

Name Description
Public Method Contains Determines whether the specified position is in the collection.
Public Method CopyTo Copies the specified positions to an array, starting at the specified index.
Public Method Equals (Inherited from Object.)
Public Method GetEnumerator Gets an enumerator interface for reading the position values.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method IndexOf Gets the index of the specified position in a collection.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

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.Generic.ICollection<Microsoft.Xna.Framework.Vector3>.IsReadOnly Gets a value indicating whether this object is read-only.
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Vector3>.Add Adds a new element to the end of the collection.
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Vector3>.Clear Removes all elements from the collection.
Explicit Interface ImplementationMethod System.Collections.IEnumerable.GetEnumerator Returns an enumerator that can iterate through the collection.
Explicit Interface ImplementationMethod System.Collections.Generic.IList<Microsoft.Xna.Framework.Vector3>.Insert Inserts a new element into the collection.
Explicit Interface ImplementationMethod System.Collections.Generic.IList<Microsoft.Xna.Framework.Vector3>.RemoveAt Removes the element at the specified index position.
Explicit Interface ImplementationMethod System.Collections.Generic.ICollection<Microsoft.Xna.Framework.Vector3>.Remove Removes the specified element from the collection.

See Also

Reference

IndirectPositionCollection Class
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace