I tipi generici del .NET Framework 2.0.40607.16

 

  In tutto i tipi generici del .NET Framework 2.0 beta1 sono 78, quelli pubblici 43. Ecco l'elenco dei pubblici estratto applicando la Reflection ai tipi generici:

 

Microsoft.Iis.Metabase           sealed class IisTypeConverter<T> (msmetabase.dll)
Microsoft.VisualBasic.MyServices class ContextValue<T> (Microsoft.VisualBasic.dll)
MS.Internal.Xml                  abstract class ListBase<T> (System.Xml.dll)
MS.Internal.Xml                  struct ListBase<T>+Enumerator (System.Xml.dll)
MS.Internal.Xml.Query.XPath      interface IXPathBuilder<Node> (System.Xml.dll)
MS.Internal.Xml.Query.XPath      class XPathBuilder+FunctionInfo<T> (System.Xml.dll)
MS.Internal.Xml.Query.XPath      class XPathParser<Node> (System.Xml.dll)
System                           sealed class Action<T> (mscorlib.dll)
System                           struct ArraySegment<T> (mscorlib.dll)
System                           sealed class Comparison<T> (mscorlib.dll)
System                           sealed class Converter<T,U> (mscorlib.dll)
System                           sealed class EventHandler<T> (mscorlib.dll)
System                           interface IComparable<T> (mscorlib.dll)
System                           struct Nullable<T> (mscorlib.dll)
System                           sealed class Predicate<T> (mscorlib.dll)
System.Collections.Generic       class Collection<T> (System.dll)
System.Collections.Generic       abstract class Comparer<T> (mscorlib.dll)
System.Collections.Generic       class Dictionary<K,V> (mscorlib.dll)
System.Collections.Generic       struct Dictionary<K,V>+Enumerator (mscorlib.dll)
System.Collections.Generic       sealed class Dictionary<K,V>+KeyCollection (mscorlib.dll)
System.Collections.Generic       struct Dictionary<K,V>+KeyCollection+Enumerator (mscorlib.dll)
System.Collections.Generic       sealed class Dictionary<K,V>+ValueCollection (mscorlib.dll)
System.Collections.Generic       struct Dictionary<K,V>+ValueCollection+Enumerator (mscorlib.dll)
System.Collections.Generic       interface ICollection<T> (mscorlib.dll)
System.Collections.Generic       interface IComparer<T> (mscorlib.dll)
System.Collections.Generic       interface IDictionary<K,V> (mscorlib.dll)
System.Collections.Generic       interface IEnumerable<T> (mscorlib.dll)
System.Collections.Generic       interface IEnumerator<T> (mscorlib.dll)
System.Collections.Generic       interface IList<T> (mscorlib.dll)
System.Collections.Generic       abstract class KeyedCollection<K,T> (System.dll)
System.Collections.Generic       struct KeyValuePair<K,V> (mscorlib.dll)
System.Collections.Generic       class LinkedList<T> (System.dll)
System.Collections.Generic       struct LinkedList<T>+Enumerator (System.dll)
System.Collections.Generic       sealed class LinkedListNode<T> (System.dll)
System.Collections.Generic       class List<T> (mscorlib.dll)
System.Collections.Generic       struct List<T>+Enumerator (mscorlib.dll)
System.Collections.Generic       class Queue<T> (mscorlib.dll)
System.Collections.Generic       struct Queue<T>+Enumerator (mscorlib.dll)
System.Collections.Generic       class ReadOnlyCollection<T> (System.dll)
System.Collections.Generic       class SortedDictionary<K,V> (mscorlib.dll)
System.Collections.Generic       class Stack<T> (mscorlib.dll)
System.Collections.Generic       struct Stack<T>+Enumerator (mscorlib.dll)
System.ComponentModel.Collections.Generic       BindingList<T> (System.dll)

Print | posted @ giovedì 10 marzo 2005 20:04

Comments have been closed on this topic.