Catel.Test.Data.TestModel.TestModel C# (CSharp) Method

TestModel() public method

public TestModel ( ) : System.Collections.ObjectModel
return System.Collections.ObjectModel
        public TestModel()
        {
            CollectionModel = new ObservableCollection<LeanAndMeanModel>();
            CollectionModel.Add(new LeanAndMeanModel());
        }
TestModel