Add

BaselineCollection.Add method

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

public void Add(Baseline item)
ParameterTypeDescription
itemBaselineThe item to remove.

See Also