Dependency Properties
In tecnologie come Windows Workflow Foundation o Windows Presentation Foundation è facile incontrare le Dependency Properties.
In sostanza sono delle proprietà che a differenza delle "comuni" property, non hanno il valore settato tramite un membro privato (come da esempio):
1: private int _myProperty = 0;
2: public int MyProperty
3: {4: get
5: {6: return _myProperty;
7: }
8: set
...
Leggi il seguito »
Invia questo articolo via email
LEGGI LE ALTRE NOTIZIE DE "IL BLOGGATORE"










