The use of C # out ref Parames

Source: Internet
Author: User

Use of Out ref Parames (convert value passing to reference pass)

Out is typically used to return multiple values, and in the method body, the out variable is emptied, focusing on a method that has multiple returns that are worth using

Ref has a in-and-out, it can be in the method body must be assigned the initial value, focus on the method body external values to the method body calculation, and the results of the calculation to the outside of the method body.

Parames as the formal parameter, must be the left and last parameter in the formal parameter list, usage: GetC (string name,parames int[] score)

When calling this method, the parameters that are modified by Parames are passed to the same element as the int[] type, for example:

GetC ("hehe", 1) can also be GetC ("hehe", "one-of-a-kind") can also be GetC ("Xixi", an array of shaping);

You will know that there are more than one way to pass the Parames type parameter later.

The use of C # out ref Parames

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.