Hi,
You are correct. Everything in .NET is an object of type Object. Integers, strings, XmlDocument, and so all derive from base type Object. If you have a parameter of type Object then you can pass anything in as that parameter.
www.dsmyth.net | www.dsmyth.net/wiki
You are correct. Everything in .NET is an object of type Object. Integers, strings, XmlDocument, and so all derive from base type Object. If you have a parameter of type Object then you can pass anything in as that parameter.
www.dsmyth.net | www.dsmyth.net/wiki