C#
public class IPEndPointCollection : System.Collections.ObjectModel.Collection`1, System.Collections.IEnumerable, System.Collections.ICollection, System.Collections.IList, System.Collections.Generic.IEnumerable`1, System.Collections.Generic.ICollection`1, System.Collections.Generic.IList`1
{
}
Articles
|
The IPEndPointCollection class is derived from the System.Collections ... System.Collections.ObjectModel . . :: . Collection < (Of < ( IPEndPoint > ) > ) System.Net . . :: . ...
|