YesSql.Tests.Models.Drawing.Drawing C# (CSharp) 메소드

Drawing() 공개 메소드

public Drawing ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public Drawing()
        {
            Shapes = new List<Shape>();
        }
Drawing