Skip to content

Reorganize VB snippets in CLR_System folder #11537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
resolve merge conflict
  • Loading branch information
gewarren committed Jul 18, 2025
commit 0f8c69e9cb72c7cbb4caf40fa909c4813b557ea6
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ Module Example
Dim propInfo As PropertyInfo = t.GetProperty("Caption")

' Get all the accessors.
<<<<<<< HEAD
Dim methInfos() As MethodInfo = propInfo.GetAccessors()
=======
Dim methInfos() As MethodInfo = propInfo.GetAccessors(True)
>>>>>>> 651ae50cedec5721d63cf80f309a39e2649e6b55
Console.WriteLine("There are {0} accessors.",
methInfos.Length)
For ctr As Integer = 0 To methInfos.Length - 1
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.