Amazon.DynamoDBv2.Model.ExpectedAttributeValue.IsSetAttributeValueList C# (CSharp) 메소드

IsSetAttributeValueList() 개인적인 메소드

private IsSetAttributeValueList ( ) : bool
리턴 bool
        internal bool IsSetAttributeValueList()
        {
            return this._attributeValueList != null && this._attributeValueList.Count > 0; 
        }