Interface IItemCollection
Describes collection of items for game database.
public interface IItemCollection : IDisposable
- Inherited Members
Properties
CollectionType
Gets item collection type.
GameDatabaseCollection CollectionType { get; }
Property Value
Methods
ContainsItem(Guid)
Check if an item is in the collection.
bool ContainsItem(Guid id)
Parameters
id
Guid