August 2003
Intermediate to advanced
928 pages
32h 1m
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 int Count{get; } // implements ICollection public string this[intindex]{get; } // Public Instance Methods public virtual string Get(intindex); public IEnumerator GetEnumerator( ); // implements IEnumerable }