CollectionElementAddElement Method
Adds the given element to the collection.
Namespace: Gemstone.PQDIF.PhysicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.155 -- Release Build+8f5b6346ef345ff2b563bad5a7ce845a03fc5786
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.