public sealed class Array2<T> : IReadOnlyArray2<T>
Public NotInheritable Class Array2(Of T)
Implements IReadOnlyArray2(Of T)generic<typename T>
public ref class Array2 sealed : IReadOnlyArray2<T>[<SealedAttribute>]
type Array2<'T> =
class
interface IReadOnlyArray2<'T>
end| Array2T | Initializes a new instance of the Array2T class |
| AsMemory | |
| AsSpan | |
| Equals | (Overrides ObjectEquals(Object)) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToArray | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |