Is there any REAL difference between the following 2 items other than syntax?
VB Code:
Public Function GetString() as String return "hello world" End Function Public Readonly Property GetString() as String return "hello world" End Property
|
Results 1 to 11 of 11
Thread: differences in property/functionThreaded View
|
Click Here to Expand Forum to Full Width |