System.Net.NetworkInformation.LinuxIPInterfaceProperties.LinuxIPInterfaceProperties C# (CSharp) Méthode

LinuxIPInterfaceProperties() public méthode

public LinuxIPInterfaceProperties ( LinuxNetworkInterface iface, List addresses ) : System.Collections.Generic
iface LinuxNetworkInterface
addresses List
Résultat System.Collections.Generic
		public LinuxIPInterfaceProperties (LinuxNetworkInterface iface, List <IPAddress> addresses)
			: base (iface, addresses)
		{
		}