Amazon.SimpleDB.Model.ReplaceableItem.IsSetAttributes C# (CSharp) 메소드

IsSetAttributes() 개인적인 메소드

private IsSetAttributes ( ) : bool
리턴 bool
        internal bool IsSetAttributes()
        {
            return this.attributes.Count > 0;
        }
    }