SingleElementToEnumerableConverter<T> Class

Definition

Microsoft internal use only.

generic <typename T>
public ref class SingleElementToEnumerableConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<T, System::Collections::Generic::IEnumerable<T> ^>
template <typename T>
[Windows::Foundation::Metadata::WebHostHidden]
class SingleElementToEnumerableConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<T, System::Collections::Generic::IEnumerable<T> const &>
public class SingleElementToEnumerableConverter<T> : Microsoft.VisualStudio.PlatformUI.ValueConverter<T,System.Collections.Generic.IEnumerable<T>>
type SingleElementToEnumerableConverter<'T> = class
    inherit ValueConverter<'T, seq<'T>>
Public Class SingleElementToEnumerableConverter(Of T)
Inherits ValueConverter(Of T, IEnumerable(Of T))

Type Parameters

T
Inheritance
SingleElementToEnumerableConverter<T>
Derived

Constructors

SingleElementToEnumerableConverter<T>()

Microsoft internal use only.

Methods

Convert(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
Convert(T, Object, CultureInfo)

Microsoft internal use only.

ConvertBack(Object, Type, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)
ConvertBack(TTarget, Object, CultureInfo)

Microsoft internal use only.

(Inherited from ValueConverter<TSource,TTarget>)

Applies to