2using System.Collections.Generic;
4using System.Threading.Tasks;
13 private readonly
string name;
14 private readonly DateTime created;
15 private readonly
long size;
16 private readonly
string sizeStr;
36 public string Name => this.name;
46 public long Size => this.size;
58 get {
return this.name.EndsWith(
".key", StringComparison.CurrentCultureIgnoreCase); }