C# Class CSharp7.Deconstructable

Afficher le fichier Open project: jskeet/DemoCode Class Usage Examples

Méthodes publiques

Méthode Description
Deconstruct ( int &x, string &message ) : void

Private Methods

Méthode Description
Deconstruct ( int &x, string &message, Exception &e ) : void

Method Details

Deconstruct() public méthode

public Deconstruct ( int &x, string &message ) : void
x int
message string
Résultat void