Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / Cbase64BinaryCol / C++ Add - Primitive Collection
In This Topic
    C++ Add - Primitive Collection
    In This Topic
    void Add(PrimitiveObjectXXXX pNewCls)
      Property Description  
        Method Name Add  
        Argument - pNewCls The class item to add to the collection (see Collection Types for the type of object that the collection holds).  
        Description Adds a primitive to the collection  
        Remarks Causes the OnCollectionChange to be fired, after the class is added.
    Also see AddAt