P
Peter
Does constructor New applicable to a module? What happen when a member of
the module test is accessed?
public module Test
sub new()
....
end sub
..
..
..
end module
the module test is accessed?
public module Test
sub new()
....
end sub
..
..
..
end module
Modules are the same as a static lass is in C# (for the most