BloggingSystem.Models.Tag.Tag C# (CSharp) Метод

Tag() публичный Метод

public Tag ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Tag()
        {
            this.Posts = new HashSet<Post>();
        }
Tag