Name

NameObjectCollectionBase.KeysCollection

Synopsis

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
}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.