C# Class Core2D.Data.Database.XValue

Record value.
Inheritance: ObservableObject
Show file Open project: Core2D/Core2D Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string content ) : XValue

Creates a new XValue instance.

Method Details

Create() public static method

Creates a new XValue instance.
public static Create ( string content ) : XValue
content string The value content.
return XValue