Example #1
0
 public virtual InfoEntry this[StreamType type, int index, EntryKey key] {
     get {
         InfoEntry entry;
         return(infos.TryGetValue(new StreamTypeEntryPair(type, index, key), out entry) ? entry : null);
     }
 }