Generic CollectionInfo class. This class allows for easy access via reflection to any Collection class. You should alway check if the feature is supported. Some feature may be simulated. For example, a collection that does support the "Items" property, may support "Count" and "ItemAt", from which, the CollectionInfo can simulate the "Items" property.
Object
CollectionInfo
[Visual Basic] Public Class CollectionInfo [C#] public class CollectionInfo [C++] public __gc class CollectionInfo [JScript] public class CollectionInfo
[To be supplied.]
Namespace: System.WinForms.ComponentModel
Assembly: System.WinForms.dll
CollectionInfo Members | System.WinForms.ComponentModel Namespace