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

SheetCommentResourcesImpl() public method

Constructor.
if any argument is null
public SheetCommentResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
return System.Collections.Generic
        public SheetCommentResourcesImpl(SmartsheetImpl smartsheet)
            : base(smartsheet)
        {
            this.attachments = new CommentAttachmentResourcesImpl(smartsheet);
        }