Class RootAssetCollection
[DataSerializer(typeof(KeyedSortedListSerializer<RootAssetCollection, AssetId, AssetReference>))]
public class RootAssetCollection : KeyedSortedList<AssetId, AssetReference>, ICollection<AssetReference>, IEnumerable<AssetReference>, ICollection, IEnumerable
- Inheritance
-
RootAssetCollection
- Implements
- Inherited Members
- Extension Methods
Methods
GetKeyForItem(AssetReference)
Extracts the key for the specified element.
protected override AssetId GetKeyForItem(AssetReference item)
Parameters
item
AssetReferenceThe element from which to extract the key.
Returns
- AssetId
The key for the specified item.