AK.F1.Timing.Model.Session.FeedModel.FeedModel C# (CSharp) Method

FeedModel() public method

Initialises a new instance of the FeedModel class.
public FeedModel ( ) : System
return System
        public FeedModel()
        {
            Builder = new FeedModelBuilder(this);
        }