Skimur.App.ReadModel.CommentTreeContext.CommentTreeContext C# (CSharp) Method

CommentTreeContext() public method

public CommentTreeContext ( ) : System
return System
        public CommentTreeContext()
        {
            Comments = new List<Guid>();
            TopLevelComments = new List<Guid>();
            TopLevelCandidates = new List<Guid>();
            MoreRecursion = new List<Guid>();
            CommentsChildrenCount = new Dictionary<Guid, int>();
            DontCollapse = new List<Guid>();
        }
CommentTreeContext