Amazon.ECS.Model.CartAddItems.IsSetItem C# (CSharp) Méthode

IsSetItem() public méthode

Checks if Item property is set
public IsSetItem ( ) : System.Boolean
Résultat System.Boolean
        public Boolean IsSetItem()
        {
            return (Item.Count > 0);
        }