DefinitionCollection<T>.Add(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a IDefinition to the collection.
public void Add (T item);
abstract member Add : 'T -> unit
override this.Add : 'T -> unit
Parameters
- item
- T
The IDefinition to add.
Implements
System.Collections.Generic.ICollection`1.Add(`0)