BloggingSystem.Models.Tag.Tag C# (CSharp) Method

Tag() public method

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