VirtualTypeBuilder.MethodInfoCollection.Add 方法 (MethodInfo)

MethodInfo 添加到集合的末尾。

命名空间:  Microsoft.VisualStudio.Shell.Design
程序集:  Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)

语法

声明
Public Function Add ( _
    value As MethodInfo _
) As Integer
public int Add(
    MethodInfo value
)

参数

返回值

类型:System.Int32
已添加值处的索引。

.NET Framework 安全性

请参见

参考

VirtualTypeBuilder.MethodInfoCollection 类

Add 重载

Microsoft.VisualStudio.Shell.Design 命名空间