Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CSharp7
Deconstructable
C# Class CSharp7.Deconstructable
Mostra 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