interface ArrayAccess<T>
Available on all platforms
ArrayAccess is used to indicate a class that can be accessed using brackets. The type parameter represents the type of the elements stored.
interface ArrayAccess<T>Available on all platforms
ArrayAccess is used to indicate a class that can be accessed using brackets. The type parameter represents the type of the elements stored.