Amazon.SimpleDB.Model.DeletableItem.IsSetAttributes C# (CSharp) Метод

IsSetAttributes() приватный Метод

private IsSetAttributes ( ) : bool
Результат bool
        internal bool IsSetAttributes()
        {
            return this.attributes.Count > 0;
        }
    }