özgür
sözlük
Rentry
About
Settings
primary constructors
Şükela:
Nice
|
Last 24h
|
Today
|
All
c#
'a gelmesi olası özelliklerden biri.
class x {
public readonly int a;
public readonly int b;
public point(int a, int b) {
this.a = a;
this.b = b;
}
}
yerine
class x(int a, int b) { }
yazmayı sağlayan
syntactic sugar
.
0 favorites
-
tsllbn
-
10.12.2013 10:40