AK.F1.Timing.Model.Collections.PostedTimeCollectionModel.PostedTimeCollectionModel C# (CSharp) Метод

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

Initialises a new instance of the PostedTimeCollectionModel class.
public PostedTimeCollectionModel ( ) : System
Результат System
        public PostedTimeCollectionModel()
        {
            InnerItems = new ObservableCollection<PostedTime>();
            Items = new ReadOnlyObservableCollection<PostedTime>(InnerItems);
        }