AcManager.Pages.Settings.SettingsOnline.ViewModel.ViewModel C# (CSharp) Метод

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

public ViewModel ( ) : System.Collections.Generic
Результат System.Collections.Generic
            public ViewModel() {
                NetworkInterfaces = NetworkInterface.GetAllNetworkInterfaces().Where(
                        x => x.GetIPProperties().UnicastAddresses.Any(y => y.Address.AddressFamily == AddressFamily.InterNetwork)).ToList();
            }
        }
SettingsOnline.ViewModel