Table of Contents

Interface IReadOnlyArray

Namespace
GroupeIsa.Neos.Shared.Collections
Assembly
GroupeIsa.Neos.Shared.dll

Provides the functionalities of a read only array.

public interface IReadOnlyArray

Properties

Length

Gets the length of the array.

int Length { get; }

Property Value

int