getindexparameters

  1. N

    Question Parameter Count Mismatch when Iterating Properties

    I have a function that I am using to iterate and display the names & values of all the properties of an object. Here is my current code: Private Function RequestFormValues(rf As NameValueCollection) As String Dim type As Type = rf.GetType() Dim properties() As System.Reflection.PropertyInfo =...
Back
Top