The [docs](http://help.solidworks.com/2016/English/api/sldworksapiprogguide/Overview/IDispatch_Object_Arrays_as_Input_in_.NET.htm?id=94e81c0221164102b1309e9aa140240f#Pg0&ProductType=&ProductName=) seem to be pretty clear on when you need to call [ComWangling.ObjectArrayToDispatchWrapper](https://github.com/Weingartner/SolidworksAddinFramework/blob/master/SolidworksAddinFramework/ComWangling.cs#L40), so maybe we can just add this to the typesafe wrapper methods.
The docs seem to be pretty clear on when you need to call ComWangling.ObjectArrayToDispatchWrapper, so maybe we can just add this to the typesafe wrapper methods.