NameObjectCollectionBase.KeysCollection

NameObjectCollectionBase.KeysCollectionCF 1.0, serializable

System.Collections.Specialized (system.dll)class

This class is a collection of key strings retrieved by the NameObjectCollectionBase.Keys property.

public class NameObjectCollectionBase.KeysCollection : ICollection, IEnumerable {
// Public Instance Properties
   public int Count{get; }
// implements ICollection
   public string this[int index]{get; }
// Public Instance Methods
   public virtual string Get(int index);
   public IEnumerator GetEnumerator( );   
// implements IEnumerable
}


    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System