[This is preliminary documentation and is subject to change.]
This protected member contains a table of TExternalBase..::.DllInputType objects
which stores the parameters used by the Dll. The table (in the form of a List)
should be initialized in Init()()() using AcceptInput().

C# | Visual Basic | Visual C++ |
protected List<TExternalBase..::.DllInputType> _inputTypes
Protected _inputTypes As List(Of TExternalBase..::.DllInputType)
protected: List<TExternalBase..::.DllInputType^>^ _inputTypes