|
-
Apr 4th, 2011, 02:17 AM
#1
Thread Starter
Fanatic Member
Does Array.GetLowerBound Method always Return 0
Is there ANY case it's not 0?
-
Apr 4th, 2011, 02:39 AM
#2
Re: Does Array.GetLowerBound Method always Return 0
The only time that it's possible to have an array with a lower bound other than zero in .NET is when you create it by calling Array.CreateInstance, which you would very rarely do.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|