G
Guest
Hi,
Is there a way for me to vary the Type of a parameter in a method in a
class? Ideally I'd like to have a variable that I can use, such as:
Public Sub MyMethod (ByVal mParm as mType)
where mType can vary.
Art
Is there a way for me to vary the Type of a parameter in a method in a
class? Ideally I'd like to have a variable that I can use, such as:
Public Sub MyMethod (ByVal mParm as mType)
where mType can vary.
Art