C# Class Schemin.AST.ScheminString

Inheritance: IScheminType
Afficher le fichier Open project: imphasing/schemin Class Usage Examples

Méthodes publiques

Свойство Type Description
Value string

Méthodes publiques

Méthode Description
BoolValue ( ) : ScheminBool
Equal ( IScheminType type ) : bool
Equivalent ( IScheminType type ) : bool
ScheminString ( string value )
ToString ( ) : string

Method Details

BoolValue() public méthode

public BoolValue ( ) : ScheminBool
Résultat ScheminBool

Equal() public méthode

public Equal ( IScheminType type ) : bool
type IScheminType
Résultat bool

Equivalent() public méthode

public Equivalent ( IScheminType type ) : bool
type IScheminType
Résultat bool

ScheminString() public méthode

public ScheminString ( string value )
value string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Value public_oe property

public string Value
Résultat string