SingleElementToEnumerableConverter<T>::Convert Method (T, Object^, CultureInfo^)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
protected: virtual IEnumerable<T>^ Convert( T obj, Object^ parameter, CultureInfo^ culture ) override
Parameters
- obj
- Type: T
- parameter
- Type: System::Object^
- culture
- Type: System.Globalization::CultureInfo^
Return Value
Type: System.Collections.Generic::IEnumerable<T>^
Show: