Core2D.Collections.XTemplates.XTemplates C# (CSharp) Method

XTemplates() public method

Initializes a new instance of the XContainer class.
public XTemplates ( ) : System.Collections.Immutable
return System.Collections.Immutable
        public XTemplates()
        {
            Children = ImmutableArray.Create<XContainer>();
        }
    }
XTemplates