Refactor: Anonymous Type to Class
10-Sep-0909 Leave a comment
Dim
RCO As Object = New With {.ID = 1, .Name = "ABC", .Value = 0.123}Then use Refactor to name the anonymous type and create a class based on it.
IT and business subjects
10-Sep-0909 Leave a comment
Dim
RCO As Object = New With {.ID = 1, .Name = "ABC", .Value = 0.123}Then use Refactor to name the anonymous type and create a class based on it.
Filed under Design