M
Marius
I am a Delphi programmer switching to vb.net. In Delphi you could
define a metaclasstype like
type MetaClassName = class of TSomeClass;
and you could use this type as a function result. This way you could
get as a function result the type of a class instead of an instance of
this class.
My question is, is there an equivalent in vb.net? And if so, what is
the syntax.
define a metaclasstype like
type MetaClassName = class of TSomeClass;
and you could use this type as a function result. This way you could
get as a function result the type of a class instead of an instance of
this class.
My question is, is there an equivalent in vb.net? And if so, what is
the syntax.