pm771
08-05-2008, 10:34 PM
In my Flex 3 book I came across the following line of code:
public var dp:ICollectionView=null;
Authors have the following comment:
A value of null is used to act as the initial state of the property until a value is passed in
I was under impression that all reference-type variables are null by default. Am I mising something?
TIA, Eugene
public var dp:ICollectionView=null;
Authors have the following comment:
A value of null is used to act as the initial state of the property until a value is passed in
I was under impression that all reference-type variables are null by default. Am I mising something?
TIA, Eugene