Add

AssignmentBaselineCollection.Add method

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

public void Add(AssignmentBaseline item)
ParameterTypeDescription
itemAssignmentBaselineThe item to add.

See Also