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

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net.dll) Version: 2.3.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
JavaScript
OpenNETCF.Net.NetworkInformation.GatewayIPAddressInformationCollection = function();

Type.createClass(
	'OpenNETCF.Net.NetworkInformation.GatewayIPAddressInformationCollection',
	CollectionBase,
	IEnumerable);

Inheritance Hierarchy

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

See Also