BgEngine.Domain.EntityModel.Comment.Comment C# (CSharp) Method

Comment() public method

ctor
public Comment ( ) : System
return System
        public Comment()
        {
            RelatedComments = new HashSet<Comment>();
        }