System.Net.NetworkInformation.LinuxIPInterfaceProperties.LinuxIPInterfaceProperties C# (CSharp) Method

LinuxIPInterfaceProperties() public method

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