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

UserResourcesImpl() public method

Constructor. Exceptions: - IllegalArgumentException : if any argument is null
public UserResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
return System.Collections.Generic
        public UserResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
            this.sheets = new UserSheetResourcesImpl(smartsheet);
        }