Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / AttributeCol / Liquid XML Runtime for .Net - Remove - XmlCollectionBase
In This Topic
    Liquid XML Runtime for .Net - Remove - XmlCollectionBase
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects
    public virtual void Remove(int index)
      Property Description  
        Method Name Remove  
        Argument - index The 0 based index of the item to remove  
        Description Removes the item from the collection  
        Remarks If the index is out of range an exception is raised.
    The OnCollectionChange event is fired after the item is removed.