CodeGarten.Data.Model.Container.Container C# (CSharp) 메소드

Container() 공개 메소드

public Container ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public Container()
        {
            Childs = new LinkedList<Container>();
        }
Container