Core2D.Data.XContext.XContext C# (CSharp) Method

XContext() public method

Initializes a new instance of the XContext class.
public XContext ( ) : System.Collections.Immutable
return System.Collections.Immutable
        public XContext()
            : base()
        {
            _properties = ImmutableArray.Create<XProperty>();
        }