(original) C # learning note 10--Defining Class Members 06--sample application 03--client applications for class libraries

Source: Internet
Author: User

Customer applications for the 10.6.3 class library

The new project is named Ch10cardclient. Add a reference to the class Library project Ch10cardlib. The code is as follows:

usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingCh10cardlib;namespacech01cardclient{classProgram {Static voidMain (string[] args) {Deck Mydeck=NewDeck ();            Mydeck.shuffle ();  for(inti =0; I < the; i++) {Card Tempcard=Mydeck.getcard (i);                Console.Write (Tempcard.tostring ()); if(I! =Wuyi) Console.Write (", "); ElseConsole.WriteLine ();        } console.readkey (); }    }}

The results are as follows:

52 cards are randomly placed. The following chapters will continue to develop and use this class library.

(original) C # learning note 10--Defining Class Members 06--sample application 03--client applications for class libraries

Related Article

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.