C# Class Core2D.Data.Database.XValue

Record value.
Inheritance: ObservableObject
Afficher le fichier Open project: Core2D/Core2D Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Create ( string content ) : XValue

Creates a new XValue instance.

Method Details

Create() public static méthode

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