System.Net.NetworkInformation.LinuxIPInterfaceProperties.LinuxIPInterfaceProperties C# (CSharp) Метод

LinuxIPInterfaceProperties() публичный Метод

public LinuxIPInterfaceProperties ( LinuxNetworkInterface iface, List addresses ) : System.Collections.Generic
iface LinuxNetworkInterface
addresses List
Результат System.Collections.Generic
		public LinuxIPInterfaceProperties (LinuxNetworkInterface iface, List <IPAddress> addresses)
			: base (iface, addresses)
		{
		}