Skip to main content

StorageList

Namespace: Busy.Bar

The contents of a directory on internal storage.

public sealed record class StorageList : System.IEquatable`1[[Busy.Bar.StorageList, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → StorageList
Implements IEquatable<StorageList>
Attributes NullableContextAttribute, NullableAttribute

Properties​

List​

The directory's entries.

public IReadOnlyList<StorageListElement> List { get; init; }

Property Value​

IReadOnlyList<StorageListElement>

Constructors​

StorageList(IReadOnlyList<StorageListElement>)​

The contents of a directory on internal storage.

public StorageList(IReadOnlyList<StorageListElement> List)

Parameters​

List IReadOnlyList<StorageListElement>
The directory's entries.