How do I get the actual size of an array?
Hello!
I am using FxCop 1.35 to create custom rules for our VB.NET applicatiion (.NET 2005).
How can I find out whether an array has been definied
with a fixed size
e.g. Dim myString(10) as String
or withoute.g. Dim myString() as String
ThanksGeorges

