Array2T Class

Definition

Namespace: Jodosoft.Collections
Assembly: Jodosoft.Collections (in Jodosoft.Collections.dll) Version: 2.0
public sealed class Array2<T> : IReadOnlyArray2<T>
Inheritance
Object    Array2T
Implements
IReadOnlyArray2T

Type Parameters

T

Constructors

Array2TInitializes a new instance of the Array2T class

Properties

Methods

AsMemory 
AsSpan 
Equals
(Overrides ObjectEquals(Object))
GetHashCode
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToArray 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also