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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:26:52+00:00 2026-05-27T23:26:52+00:00

I remember that I have red somewhere that you can create a method that

  • 0

I remember that I have red somewhere that you can create a method that takes endless arguments. The problem is that I don’t remember how to do it. I remember that it was something like this:

private void method(int arguments...)
{
//method body
}

I’m sure that there was “...“. And I remember that when you call method you could call it like this:
method(3232); or method(123,23,12);
If anyone understands of what I’m talking about please tell me how to do it.

  • 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-05-27T23:26:52+00:00Added an answer on May 27, 2026 at 11:26 pm

    You would use the params keyword:

    private void method(params int[] arguments) 
    { 
        //method body 
    }
    

    You could invoke your method like so: method(1,2,3,4,5,6,7,8,9); and the array would contain those numbers. The params keyword must be on an array, and if it is not the only parameter in the method, it must be the last. Only one parameter can have have the param declaration.

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

Sidebar

Related Questions

I'm writing an interactive function that I'd like to have remember the last argument
I remember that there were function that have such functionality. Unfortunately, I don't remember
I would like to make my application on windowsphone remember that I have checked
I seem to remember that Regular Expressions in DotNet have a special mechanism that
I have a client that has a PostgreSQL database and he cannot remember the
I remember seeing a way to have an <input type=password /> such that the
I can remember that some time ago when I created a UserControl in Visual
I have a basic question that I can't seem to resolve using Google (Or
I have a new problem that bugs me ... I am making a web
I have some pages that can't be indexed (so I can't use adsense and

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.