Click or drag to resize

CollectionElementAddElement Method

Adds the given element to the collection.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public void AddElement(
	Element element
)
View Source

Parameters

element  Element
The element to be added.
See Also