Example #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="namedSlot"></param>
 /// <returns>true iff this item storage has the slot with the specified identifier</returns>
 public bool HasSlot(NamedSlot namedSlot)
 {
     return(HasSlot(SlotIdentifier.Named(namedSlot)));
 }