AK.F1.Timing.Model.Collections.PostedTimeCollectionModel.PostedTimeCollectionModel C# (CSharp) Méthode

PostedTimeCollectionModel() public méthode

Initialises a new instance of the PostedTimeCollectionModel class.
public PostedTimeCollectionModel ( ) : System
Résultat System
        public PostedTimeCollectionModel()
        {
            InnerItems = new ObservableCollection<PostedTime>();
            Items = new ReadOnlyObservableCollection<PostedTime>(InnerItems);
        }