Add

TaskBaselineCollection.Add method

This is the stub implementation of ICollection’s Add method, that only throws NotSupportedException

public void Add(TaskBaseline item)
ParameterTypeDescription
itemTaskBaselineThe item to add.

See Also