G
gerry
VS.NET 2003
All of the docs state that ListDictionary, ArrayList and others have a
public property Item used to access the collection contents using a numeric
index.
But the compiler is telling me different :
'System.Collections.Specialized.ListDictionary' does not contain a
definition for 'Item'
I have not been able to find any other references to this problem.
Are the docs completely baked on this or am I missing something basic here ?
Any Suggestions ?
Gerry
All of the docs state that ListDictionary, ArrayList and others have a
public property Item used to access the collection contents using a numeric
index.
But the compiler is telling me different :
'System.Collections.Specialized.ListDictionary' does not contain a
definition for 'Item'
I have not been able to find any other references to this problem.
Are the docs completely baked on this or am I missing something basic here ?
Any Suggestions ?
Gerry