Core2D.Collections.XShapes.XShapes C# (CSharp) Метод

XShapes() публичный Метод

Initializes a new instance of the XShapes class.
public XShapes ( ) : System.Collections.Immutable
Результат System.Collections.Immutable
        public XShapes()
        {
            Children = ImmutableArray.Create<BaseShape>();
        }
    }
XShapes