YesSql.Tests.Models.Drawing.Drawing C# (CSharp) Method

Drawing() public method

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