Hello,
I am sure this is easy, but I am not sure what to search for but I am looking to be able to do something like:
I want to be able to add methods to properties of different types such as Strings, Ints and GUIDs.
Cheers,
Scott
I am sure this is easy, but I am not sure what to search for but I am looking to be able to do something like:
Code:
MyObject.MyProperty = "1234F"; MyObject.MyProperty.IsValid(); MyObject.MyProperty.MyOtherMethod();
Cheers,
Scott
Comment