Files
Walleby/Bitvault/ItemCommandHeaderCollection.cs
T
2024-05-27 16:08:18 +01:00

7 lines
174 B
C#

using System.Collections.ObjectModel;
namespace Bitvault;
public class ItemCommandHeaderCollection(IList<IDisposable> list) :
ReadOnlyCollection<IDisposable>(list);