BlogSharp.Model.Tag.Tag C# (CSharp) Method

Tag() public method

Initializes a new instance of the Tag class.
public Tag ( ) : System
return System
        public Tag()
        {
            this.posts = new List<Post>();
        }