Example #1
0
 public Key(ReservedObjectId objectId, ItemType type) : this((ulong)objectId, type)
 {
 }
Example #2
0
 internal BaseItem FindKey(ReservedObjectId objectId, ItemType type)
 {
     return(FindKey((ulong)objectId, type));
 }