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

WorkspaceSheetResourcesImpl() public method

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