Esempio n. 1
0
 public TValue Get(CodexId <TValue> id)
 {
     return(Get(id.Id));
 }
Esempio n. 2
0
 public TValue this[CodexId <TValue> id] => Get(id);