AK.F1.Timing.Model.Session.FeedModel.FeedModel C# (CSharp) 메소드

FeedModel() 공개 메소드

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