March 2002
Intermediate to advanced
864 pages
31h 8m
English
NameObjectCollectionBase.KeysCollection
This class is a collection of key strings retrieved by the
NameObjectCollectionBase.Keys
property.
public class NameObjectCollectionBase.KeysCollection : ICollection, IEnumerable { // Public Instance Properties public field int Count{get; } // implements ICollection public field string this{get; } // Public Instance Methods public virtual method string Get(int index); public method IEnumerator GetEnumerator(); // implements IEnumerable }