NuGet.Services.Operations.Model.AppModel.AppModel C# (CSharp) Method

AppModel() public method

public AppModel ( ) : System
return System
        public AppModel() : this(String.Empty, DefaultVersion)
        {
        }

Same methods

AppModel::AppModel ( string name, System.Version version ) : System
AppModel