Skip to content

IReadonlyList

Summary

Represents a read only collection of a specified type

Signature

1
public abstract interface IReadonlyList<T>

Namespace

cAlgo.API.Collections

Properties

Name Description
Count { get; } The total number of elements contained in the collection
Item { get; }

Last update: March 23, 2023