Core2D.Data.XContext.XContext C# (CSharp) 메소드

XContext() 공개 메소드

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