C# Progammeerimise keel
Kui paremal poolel
on muutuja, kopeeritakse selle väärtus vasakul poolel oleva muutuja välja. Vasakul poolel oleva
muutuja eelmine väärtus on pärast omistamist kadunud.
Omistuslausete näiteid
s2 = "";
arv1=3;
Tehted
Category Expression Description
Primary x.m Member access
x(...) Method and delegate invocation
x[...] Array and indexer access
x++ Post-increment
x Post-decrement
new T(...) Object and delegate creation
new T(...){...} Object creation with initializer
new {...} Anonymous object initializer
new T[...] Array creation
typeof(T) Obtain System.Type object for T