2024 Property
Changes 0
P

ReferenceArray.Item

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