withSIX.Mini.Core.Games.Collection.GetCollections C# (CSharp) Method

GetCollections() protected method

protected GetCollections ( string constraint = null ) : IEnumerable>
constraint string
return IEnumerable>
        protected IEnumerable<IContentSpec<Collection>> GetCollections(string constraint = null)
            => GetRelatedContent(constraint).OfType<IContentSpec<Collection>>();