Share via


VirtualTypeBuilder.AttributeCollection.Item[Int32] Property

Definition

Gets or sets the attribute at the specified index.

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

Parameters

index
Int32

The 0-based index of the attribute.

Property Value

An Attribute at the specified index.

Exceptions

index is less than 0.-or- index is equal to or greater than Count.

Applies to