Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7954833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:33:08+00:00 2026-06-04T03:33:08+00:00

I noticed that arrays have the SetValue method, which seems a little out of

  • 0

I noticed that arrays have the SetValue method, which seems a little out of place when you could just use the indexers. Is there some special purpose for SetValue? The MSDN article didn’t seem to say what SetValue was for, just how to use it. Which method would be more efficient to use as far as speed goes?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T03:33:10+00:00Added an answer on June 4, 2026 at 3:33 am

    Sometimes all you have of an array is that it’s an Array. The Array class does not have indexers, so the best way to set/get element values on it is via the GetValue and SetValue methods. For example:

    private void M(Array array) 
    {
        array[0] = 5;         // <-- Compiler error
        array.SetValue(5, 0); // <-- Works
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a dummy class where I am testing arrays. I've noticed that when
I have noticed that I can use memory blocks for matrices either allocated using
I noticed that some arrays don't have a comma after the last item. I
In my testing, I have noticed that iterating over tied arrays are at best
I have just noticed that a multidimensional array in C# does not implement IEnumerable<T>
I noticed that various systems use various characters as the replacent for illegal ones
I noticed that every time that I restart my computer I have to do
I noticed that most scripts for e-mail validation do not use DNS information to
I have a provided stored procedure (SP) that i should execute in tibco, which
Just today I noticed a strange behavior in an object model that was previously

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.