Amazon.DynamoDBv2.Model.ScanResult.IsSetItems C# (CSharp) Method

IsSetItems() private method

private IsSetItems ( ) : bool
return bool
        internal bool IsSetItems()
        {
            return this.items.Count > 0;
        }