A collection of ExpertBase objects.

Namespace:  EPiServer.Community.Expert
Assembly:  EPiServer.Community.Expert (in EPiServer.Community.Expert.dll) Version: 4.0.517.255

Syntax

C#
[SerializableAttribute]
public class ExpertCollection : CacheableCollectionBase<ExpertBase, ExpertCollection>

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    EPiServer.Common.Cache..::.CacheableCollectionBase
      EPiServer.Common.Cache..::.CacheableCollectionBase<(Of <(ExpertBase, ExpertCollection>)>)
        EPiServer.Community.Expert..::.ExpertCollection

See Also