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