paul1956 / CSharpToVB

New version of CSharpToVB converter
MIT License
25 stars 9 forks source link

dynamic #46

Closed VBAndCs closed 4 years ago

VBAndCs commented 4 years ago

C# public dynamic ViewBag => ViewContext?.ViewBag;

VB:

Public ReadOnly Property ViewBag As dynamic
    Get
        Return ViewContext?.ViewBag
    End Get
End Property

Change dynamic to Object in VB.

paul1956 commented 4 years ago

Will be fixed in 4.2.11.0, Converter 3.3.0.0