Amazon.ECS.Model.CartAddResponse.IsSetCart C# (CSharp) Méthode

IsSetCart() public méthode

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