| ComWrapperObjectArrayToDispatchWrapper 方法 |
Wrap an enumerable of objects into an array of DispatchWrapper. Sometimes you need this,
sometimes you don't. If symptoms persist see your doctor!
命名空间:
Du.SolidWorks
程序集:
Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法 public static DispatchWrapper[] ObjectArrayToDispatchWrapper(
IEnumerable<Object> objects
)
Public Shared Function ObjectArrayToDispatchWrapper (
objects As IEnumerable(Of Object)
) As DispatchWrapper()
参数
- objects
- 类型:System.Collections.GenericIEnumerableObject
[缺少 "M:Du.SolidWorks.ComWrapper.ObjectArrayToDispatchWrapper(System.Collections.Generic.IEnumerable{System.Object})" 的 <param name="objects"/> 文档]
返回值
类型:
DispatchWrapper[缺少 "M:Du.SolidWorks.ComWrapper.ObjectArrayToDispatchWrapper(System.Collections.Generic.IEnumerable{System.Object})" 的 <returns> 文档]
参见