C# Class FastQuant.Parameter

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
Parameter ( string name, object value ) : System.ComponentModel
Parameter ( string name, object value, string typeName, Attribute attributes ) : System.ComponentModel
ToString ( ) : string

Method Details

Parameter() public méthode

public Parameter ( string name, object value ) : System.ComponentModel
name string
value object
Résultat System.ComponentModel

Parameter() public méthode

public Parameter ( string name, object value, string typeName, Attribute attributes ) : System.ComponentModel
name string
value object
typeName string
attributes System.Attribute
Résultat System.ComponentModel

ToString() public méthode

public ToString ( ) : string
Résultat string