C# Class EvilExtensions.UsDateFormat

Afficher le fichier Open project: jskeet/DemoCode

Méthodes publiques

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

Method Details

Deconstruct() public static méthode

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