need2progm
Programmer
I have parameterized property written in VB.NET. How do I use that in C#?
In VB…
public property A( B as B) as C
In C#......
C = A( ??? ) ;
I thought this.. c = A; but nope.. didn’t work
Thanks for any direction you can give me…
In VB…
public property A( B as B) as C
In C#......
C = A( ??? ) ;
I thought this.. c = A; but nope.. didn’t work
Thanks for any direction you can give me…