C# Class CSharp7.Deconstructable

Show file Open project: jskeet/DemoCode Class Usage Examples

Public Methods

Method Description
Deconstruct ( int &x, string &message ) : void

Private Methods

Method Description
Deconstruct ( int &x, string &message, Exception &e ) : void

Method Details

Deconstruct() public method

public Deconstruct ( int &x, string &message ) : void
x int
message string
return void