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 8276985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:33:13+00:00 2026-06-08T08:33:13+00:00

is it possible to change type of whole array for example, I have: object[]

  • 0

is it possible to change type of whole array for example, I have:

object[] array; 

and I wanna have:

MyObject[] array;

array contains only items of type MyObject but I can see it only as type object[]
this wouldnt be problem if I dont wanna save this array throught reflection to my object which looks like:

class MyArrayObject
{
   public MyObject[] objects {get; set;} 
}

so if I use reflection – MyArrayObject.GetType().GetProperty("objects").SetValue(array) – I get exception because array if object[] type not MyObject[] – is it possible to change type of array so I can add it through reflection to desired property?

Reason I have object[] not MyObject[] array is, that I wanna add new item into array, so I need to resize it or put to list – and then it changes to object[]
array is not always MyObject[] type – it can be MyObject2, MyObject3 .. anything – I get it through reflection too – so problem is adding item into array whose type is dynamically specified.
Thanks!

  • 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-08T08:33:14+00:00Added an answer on June 8, 2026 at 8:33 am

    Reason I have object[] not MyObject[] array is, that I wanna add new item into array, so I need to resize it or put to list

    That sounds like a reason to use List<MyObject> to start with. Generally prefer lists over arrays.

    is not always MyObject[] type – it can be MyObject2, MyObject3 .. anything

    Sounds like a good place to use generics then. If you really need to use reflection, you can always use Array.CreateInstance with the right element type.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to change the type of a TFS work item? For example,
Is it possible to change object's value not directly? For example a = {x:
Is it possible to change only Y value of background position in CSS? background-position-y
Possible Duplicate: Change the URL in the browser without loading the new page using
Possible Duplicate: Change icon on of an App in iOS 4 in run-time Is
Possible Duplicate: change layout and template in zend dynamically according to the device(android tab,iphone,ipad)
Is it possible to change the color of View Results text in below ?
Is it possible to change C#'s built-in Vector3 struct to not use floating point
is it possible to change the Audience of an already existing Post in my
Is it possible to change SQL in a z/OS mainframe COBOL application so that

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.