2024 Property
Changes 0
P

ReferenceArrayArray.Item

Description:
Gets or sets a ReferenceArray at a specified index within the array.
public virtual ReferenceArray this[
	int index
] { get; set; }
  • Int32
    index
    The index of the ReferenceArray to be set or retrieved.