Name

TypeConverter.StandardValuesCollection

Synopsis

This class implements a collection of standard values for the TypeConverter.GetStandardValues() method.


public class TypeConverter.StandardValuesCollection : ICollection, IEnumerable {

// Public Constructors

   public TypeConverter.StandardValuesCollection(System.Collections.ICollection values);

// Public Instance Properties

   public int Count{get; }

// implements ICollection

   public object this{get; }

// Public Instance Methods

   public void CopyTo(Array array, int index);  // implements ICollection

   public IEnumerator GetEnumerator();  // implements IEnumerable

}

Get .NET Windows Forms 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.