6 lines
175 B
C#
6 lines
175 B
C#
using System.Collections.ObjectModel;
|
|
|
|
namespace Bitvault;
|
|
|
|
public class LockerCommandHeaderCollection(IList<IDisposable> list) :
|
|
ReadOnlyCollection<IDisposable>(list); |