CollectionElementAddElement Method
Adds the given element to the collection.
Namespace: Gemstone.PQDIF.PhysicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.166 -- Release Build+54276e1406ddbd33bb9ce21f0ef010cb908eed53
public void AddElement(
Element element
)
Public Sub AddElement (
element As Element
)
public:
void AddElement(
Element^ element
)
function AddElement(element);
Parameters
- element Element
- The element to be added.