Typed collection for Question objects.

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

Syntax

C#
[SerializableAttribute]
public class QuestionCollection : CacheableCollectionBase<Question, QuestionCollection>

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    EPiServer.Common.Cache..::.CacheableCollectionBase
      EPiServer.Common.Cache..::.CacheableCollectionBase<(Of <(Question, QuestionCollection>)>)
        EPiServer.Community.Contest..::.QuestionCollection

See Also