[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The DdmArrayPropertytype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
Add(String)
Clear () () () ()
Removes all items from the ICollection < (Of < ( <' T > ) > ) > .
Contains(String)
Determines whether the ICollection < (Of < ( <' T > ) > ) > contains a specific value.
CopyTo( array< String > [] () [] [] , Int32)
Copies the elements of the ICollection < (Of < ( <' T > ) > ) > to an Array, starting at a particular Arrayindex.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetEnumerator () () () ()
Returns an enumerator that iterates through the collection.
IEnumerable . . :: . . GetEnumerator () () () ()
Returns an enumerator that iterates through a collection.
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IndexOf(String)
Determines the index of a specific item in the IList < (Of < ( <' T > ) > ) > .
Insert(Int32, String)
Inserts an item to the IList < (Of < ( <' T > ) > ) > at the specified index.
MemberwiseClone () () () () (Inherited from Object.)
Remove(String)
Removes the first occurrence of a specific object from the ICollection < (Of < ( <' T > ) > ) > .
RemoveAt(Int32)
Removes the IList < (Of < ( <' T > ) > ) > item at the specified index.
Serialize () () () ()
Serializes the object to a format that can be put into a .xDR file
(Overrides DdmProperty . . :: . . Serialize () () () () .)
ToString () () () () (Inherited from Object.)

See Also