BulletMLLib.BulletMLTree.BulletMLTree C# (CSharp) 메소드

BulletMLTree() 공개 메소드

public BulletMLTree ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public BulletMLTree()
        {
            children = new List<BulletMLTree>();
            values = new List<BulletValue>();
            parent = null;
            next = null;
            #if ExpandedBulletML
            visible = true;
            bulletName = "";
            #endif
        }