Esempio n. 1
0
 public SNOTable this[SNO.ClientSNOTable snoGroup]
 {
     get
     {
         if (!this.dictionary_1.ContainsKey(snoGroup))
         {
             throw new Exception(string.Format("Couldn't find SNOGroup {0} in SNOTableCache!", snoGroup));
         }
         return(this.dictionary_1[snoGroup]);
     }
 }
Esempio n. 2
0
 internal SNOTable(uint ptr, SNO.ClientSNOTable type)
     : base(ptr)
 {
     this.dictionary_0     = new Dictionary <int, SNORecord>();
     this.clientSNOTable_0 = type;
 }