C# Class EvilExtensions.UkDateFormat

Afficher le fichier Open project: jskeet/DemoCode

Méthodes publiques

Méthode Description
Deconstruct ( this date, int &day, int &month, int &year ) : void

Method Details

Deconstruct() public static méthode

public static Deconstruct ( this date, int &day, int &month, int &year ) : void
date this
day int
month int
year int
Résultat void