withSIX.Mini.Core.Games.Collection.GetCollections C# (CSharp) Méthode

GetCollections() protected méthode

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