XmlArrayItemAttributes.Item[Int32] Property

Definition

Gets or sets the item at the specified index.

public:
 property System::Xml::Serialization::XmlArrayItemAttribute ^ default[int] { System::Xml::Serialization::XmlArrayItemAttribute ^ get(int index); void set(int index, System::Xml::Serialization::XmlArrayItemAttribute ^ value); };
public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get; set; }
public System.Xml.Serialization.XmlArrayItemAttribute? this[int index] { get; set; }
member this.Item(int) : System.Xml.Serialization.XmlArrayItemAttribute with get, set
Default Public Property Item(index As Integer) As XmlArrayItemAttribute

Parameters

index
Int32

The zero-based index of the collection member to get or set.

Property Value

The XmlArrayItemAttribute at the specified index.

Applies to