'Declaration
Public Function GetAdditionalOption(Of T)( _ ByVal optionName As String, _ ByVal defaultValue As T _ ) As T
public T GetAdditionalOption<T>( string optionName, T defaultValue )
public: T^ GetAdditionalOptiongeneric<typename T> ( String^ optionName, T^ defaultValue )
Parameters
- optionName
- Case-insensitive name of the option to get
- defaultValue
- The default value to return if the option is not defined
Type Parameters
- T