OpenNETCF Smart Device Framework 2.2
Stores a set of System.Net.NetworkInformation.GatewayIPAddressInformation types.

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public class GatewayIPAddressInformationCollection : CollectionBase, IEnumerable
Visual Basic (Declaration)
Public Class GatewayIPAddressInformationCollection _
	Inherits CollectionBase _
	Implements IEnumerable
Visual Basic (Usage)
Dim instance As GatewayIPAddressInformationCollection
Visual C++
public ref class GatewayIPAddressInformationCollection : public CollectionBase, 
	IEnumerable
J#
public class GatewayIPAddressInformationCollection extends CollectionBase implements IEnumerable
JScript
public class GatewayIPAddressInformationCollection extends CollectionBase implements IEnumerable

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    OpenNETCF.Net.NetworkInformation..::.GatewayIPAddressInformationCollection

See Also