IMutableMetadataCollection<T>.Add Method
Adds an element to the end of the collection.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Sub Add ( _
item As T _
)
'Usage
Dim instance As IMutableMetadataCollection
Dim item As T
instance.Add(item)
void Add(
T item
)
void Add(
T item
)
abstract Add :
item:'T -> unit
function Add(
item : T
)
Parameters
- item
Type: T
The element to add to the end of the collection. The value cannot be a null reference.