Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: C++, C# or Java

by stvn (Monsignor)
on Apr 02, 2004 at 23:13 UTC ( [id://342180]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    int i = 5;
    System.Int32 i = 5;
    
  2. or download this
    MyType i = (MyType) c.get(5);
    
  3. or download this
    MyType i = c.Get(5) as MyType;
    
  4. or download this
    foreach (MyType i in c) {
        # do something with i
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://342180]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 19:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found