Amazon.ECS.Model.CartClearResponse.IsSetCart C# (CSharp) 메소드

IsSetCart() 공개 메소드

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