Catel.Fody.TestAssembly.CTL768_Model.CTL768_Model C# (CSharp) Method

CTL768_Model() public method

public CTL768_Model ( string location ) : System.Collections.Generic
location string
return System.Collections.Generic
        public CTL768_Model(string location)
            : base(Path.Combine(location))
        {
            _location = location;
            FilteredItems = new FastObservableCollection<string>();
        }
CTL768_Model