Share via


VirtualTypeBuilder.FieldInfoCollection.Item[Int32] Property

Definition

Gets or sets the FieldInfo at the specified index.

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

Parameters

index
Int32

The 0-based index of the element to get or set.

Property Value

A FieldInfo at the specified index.

Exceptions

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

Applies to