TemplateInfo Constructors 
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.
Overloads
| TemplateInfo() | Initializes a new instance of TemplateInfo. | 
| TemplateInfo(TemplateInfo) | Initializes a new instance of TemplateInfo. | 
TemplateInfo()
- Source:
- TemplateInfo.cs
- Source:
- TemplateInfo.cs
- Source:
- TemplateInfo.cs
Initializes a new instance of TemplateInfo.
public:
 TemplateInfo();public TemplateInfo();Public Sub New ()Applies to
TemplateInfo(TemplateInfo)
- Source:
- TemplateInfo.cs
- Source:
- TemplateInfo.cs
- Source:
- TemplateInfo.cs
Initializes a new instance of TemplateInfo.
public:
 TemplateInfo(Microsoft::AspNetCore::Mvc::ViewFeatures::TemplateInfo ^ original);public TemplateInfo(Microsoft.AspNetCore.Mvc.ViewFeatures.TemplateInfo original);new Microsoft.AspNetCore.Mvc.ViewFeatures.TemplateInfo : Microsoft.AspNetCore.Mvc.ViewFeatures.TemplateInfo -> Microsoft.AspNetCore.Mvc.ViewFeatures.TemplateInfoPublic Sub New (original As TemplateInfo)Parameters
- original
- TemplateInfo
The original value to copy.