[This is preliminary documentation and is subject to change.]
Returns a compile unit by template source or throws if it does not exist
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public CompileUnit this[
ITemplateSource templateSource
] { get; }
public CompileUnit this[
ITemplateSource templateSource
] { get; }
Public ReadOnly Default Property Item (
templateSource As ITemplateSource
) As CompileUnit
Get
Public ReadOnly Default Property Item (
templateSource As ITemplateSource
) As CompileUnit
Get
public:
property CompileUnit^ default[ITemplateSource^ templateSource] {
CompileUnit^ get (ITemplateSource^ templateSource);
}
public:
property CompileUnit^ default[ITemplateSource^ templateSource] {
CompileUnit^ get (ITemplateSource^ templateSource);
}
member Item : CompileUnit with get
member Item : CompileUnit with get
Property Value
Type:
CompileUnit