SingleElementToEnumerableConverter<T>.Convert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
protected:
override System::Collections::Generic::IEnumerable<T> ^ Convert(T obj, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override System.Collections.Generic.IEnumerable<T> Convert (T obj, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : 'T * obj * System.Globalization.CultureInfo -> seq<'T>
Protected Overrides Function Convert (obj As T, parameter As Object, culture As CultureInfo) As IEnumerable(Of T)
Parameters
- obj
- T
- parameter
- Object
- culture
- CultureInfo
Returns
IEnumerable<T>