Initialization order
- From: "Boni" <oilia@nospam>
- Date: Wed, 28 Sep 2005 14:25:53 +0200
Dear all,
what is initialization order of members in VB?
Sometimes following assertion fails. Why?
Thank you in advance,
Boni
class A
inherits class B
dim pen as new system.drawing.pen(.)
sub new(.)
mybase.new(.)
debug.assert(not pen is nothing,"ops")
end sub
end class
.
- Prev by Date: Regular expressions: Replacing whole words without replacing non word chararcters
- Next by Date: Re: Send mail via winform app
- Previous by thread: Regular expressions: Replacing whole words without replacing non word chararcters
- Next by thread: Re: Initialization order
- Index(es):