Exemple #1
0
 static MemoryStorage()
 {
     Instance = new MemoryStorage("Mem", StorageDomain.Memory);
 }
Exemple #2
0
 Identifier StorageVisitor <Identifier> .VisitMemoryStorage(MemoryStorage global)
 {
     throw new NotImplementedException();
 }
 public Expression VisitMemoryStorage(MemoryStorage global)
 {
     throw new NotSupportedException(string.Format("A {0} can't be used as a formal parameter.", global.GetType().FullName));
 }