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]); } }
internal SNOTable(uint ptr, SNO.ClientSNOTable type) : base(ptr) { this.dictionary_0 = new Dictionary <int, SNORecord>(); this.clientSNOTable_0 = type; }