Go Back   CodingForums.com > :: Computing & Sciences > Computer Programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-25-2012, 10:38 PM   PM User | #1
complete
New Coder

 
complete's Avatar
 
Join Date: Jul 2005
Location: USA
Posts: 81
Thanks: 2
Thanked 0 Times in 0 Posts
complete is an unknown quantity at this point
How do I do a get/post for an array in c#?

How do I do a get/post for an array in c#?

In C#, you get and set variables like this:

Code:
public int ID { get; set; }
How would one get and set an array in C#?

This will not work:

Code:
public uint [5] BIG_Hash {get; set;}
complete is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:37 PM.


Advertisement
Log in to turn off these ads.