withSIX.Mini.Core.Games.Collection.GetCollections C# (CSharp) 메소드

GetCollections() 보호된 메소드

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