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

Count

Summary

The total number of elements contained in the collection

Signature

1
public abstract int Count {get;}

Return Value

int

Item

Signature

1
public abstract T Item {get;}

Return Value

T