Edit

Share via


XmlArrayItemAttributes.Item[Int32] Property

Definition

Gets or sets the item at the specified index.

C#
public System.Xml.Serialization.XmlArrayItemAttribute this[int index] { get; set; }
C#
public System.Xml.Serialization.XmlArrayItemAttribute? this[int index] { get; set; }

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