| Priority |
Show-stopper |
| Type | Bug |
| State | Fixed |
| Assignee | Andrey Simanovsky |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
4.0, 3.1
|
| Fixed in build |
Next build |
RSRP-51317 |
VB: Implement on an Interface in the Implements List: Lists Accessor Methods for Properties, Which Throws If Selected |
|
|
Public Interface IYa
ReadOnly Property Weight() As Double
End Interface
Public Class Ya
Implements IYa
End Class