'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetInputTypes( _ ByRef inputTypes() As Type _ )
'Usage
Dim instance As UACallArguments Dim inputTypes() As Type instance.SetInputTypes(inputTypes)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetInputTypes( ref Type[] inputTypes )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetInputTypes( array<Type^>^% inputTypes )
Parameters
- inputTypes