Smartsheet.Api.Internal.TemplateResourcesImpl.TemplateResourcesImpl C# (CSharp) Method

TemplateResourcesImpl() public method

Constructor. Exceptions: - IllegalArgumentException : if any argument is
public TemplateResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
return System.Collections.Generic
        public TemplateResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
        }