BloggingSystem.Models.Tag.Tag C# (CSharp) Méthode

Tag() public méthode

public Tag ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public Tag()
        {
            this.Posts = new HashSet<Post>();
        }
Tag