BgEngine.Domain.EntityModel.Comment.Comment C# (CSharp) Méthode

Comment() public méthode

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