XmlArrayItemAttributes.Item[Int32] Propriedade
Definição
Obtém ou define o item no índice especificado.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
Parâmetros
- index
- Int32
O índice de base zero do membro da coleção a ser obtido ou definido.The zero-based index of the collection member to get or set.
Valor da propriedade
O XmlArrayItemAttribute no índice especificado.The XmlArrayItemAttribute at the specified index.