Add 方法

Adds an element to the end of the collection.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Sub Add ( _
    item As T _
)
用法
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
)

参数

  • item
    类型:T
    The element to add to the end of the collection. The value cannot be a null reference.