C# Class AtoV.MyValue

Afficher le fichier Open project: dahlbyk/Presentations Class Usage Examples

Méthodes publiques

Свойство Type Description
MyDate System.DateTime
MyString string

Méthodes publiques

Méthode Description
MyValue ( string myString, System.DateTime myDate ) : System

Method Details

MyValue() public méthode

public MyValue ( string myString, System.DateTime myDate ) : System
myString string
myDate System.DateTime
Résultat System

Property Details

MyDate public_oe property

public DateTime,System MyDate
Résultat System.DateTime

MyString public_oe property

public string MyString
Résultat string