is it possible in C# to have something like this?
Public Property foo(ByVal a As Integer, ByVal b As Integer) As Integer
Get
End Get
Set(ByVal Value As Integer)
End Set
End Property
I can't figure out how to pass arguments to a property
|
Results 1 to 5 of 5
|
Click Here to Expand Forum to Full Width |