Exemple #1
0
 public MemoryResource(MemoryLibrary memoryLibrary, string name, object type)
 {
     this.library = memoryLibrary;
     this.Type = type;
     this.Name = name;
     this.values = (IDictionary<ushort, byte[]>)new Dictionary<ushort, byte[]>();
 }
Exemple #2
0
 public MemoryResource(MemoryLibrary memoryLibrary, string name, object type)
 {
     this.library = memoryLibrary;
     this.Type    = type;
     this.Name    = name;
     this.values  = (IDictionary <ushort, byte[]>) new Dictionary <ushort, byte[]>();
 }