ExtensionSectionMetadataModelManager<TSectionMetadata,TModel>.AddModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add a model to the collection.
protected void AddModel (TModel model);
member this.AddModel : 'Model -> unit
Protected Sub AddModel (model As TModel)
Parameters
- model
- TModel
The model to add.