IfcCollection1.Add

IfcCollection<T>.Add method

Adds the specified item.

public void Add(T item)
ParameterTypeDescription
itemTThe item.

See Also