Fact Class

Definition

Set of key-value pairs. Advantage of this section is that key and value properties will be rendered with default style information with some delimiter between them. So there is no need for developer to specify style information.

public class Fact
type Fact = class
Public Class Fact
Inheritance
Fact

Constructors

Fact()

Initializes a new instance of the Fact class.

Fact(String, String)

Initializes a new instance of the Fact class.

Properties

Key

Gets or sets the key for this Fact.

Value

Gets or sets the value for this Fact.

Applies to