FAManagementStudio.ViewModels.IndexViewModel.IndexViewModel C# (CSharp) Метод

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

public IndexViewModel ( IndexInfo inf ) : System.Collections.Generic
inf FAManagementStudio.Models.IndexInfo
Результат System.Collections.Generic
        public IndexViewModel(IndexInfo inf)
        {
            _index = inf;
        }
IndexViewModel