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