Thursday, May 26, 2011

Something important about structs




Structs cannot contain explicit parameterless constructors
Structs can be only public or internal.
Struct members can be public, private or internal.
Struct can nest a class.
If you create a parametersised constructor, you MUST initialise all members in it.

No comments:

Post a Comment

Fallacies of Distributed Computing

  The network is reliable; Latency is zero; Bandwidth is infinite; The network is secure ; Topology doesn't change; There is one adm...