Skip to content

Commit

Permalink
Update vbObject.vb
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Nov 6, 2024
1 parent 611582a commit feb68b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R#/Runtime/Internal/objects/dataset/vbObject.vb
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,10 @@ Namespace Runtime.Internal.Object
Private Shared Iterator Function propertyParserInternal(p As PropertyInfo) As IEnumerable(Of NamedValue(Of PropertyInfo))
Dim attrs = p.CustomAttributes.ToArray
Dim name As String
Dim nameAttr As CustomAttributeNamedArgument
Dim typeAttr As CustomAttributeTypedArgument
#If NETCOREAPP Then
Dim nameAttr As CustomAttributeNamedArgument
#End If

' Column
Yield New NamedValue(Of PropertyInfo)(p.Name, p)
Expand Down

0 comments on commit feb68b6

Please sign in to comment.