GenericTypeArgumentConverter Class

Definition

Enables the retrieval of type arguments of generic types.

public ref class GenericTypeArgumentConverter sealed : System::Windows::Data::IValueConverter
public sealed class GenericTypeArgumentConverter : System.Windows.Data.IValueConverter
type GenericTypeArgumentConverter = class
    interface IValueConverter
Public NotInheritable Class GenericTypeArgumentConverter
Implements IValueConverter
Inheritance
GenericTypeArgumentConverter
Implements

Constructors

GenericTypeArgumentConverter()

Initializes a new instance of the GenericTypeArgumentConverter class.

Methods

Convert(Object, Type, Object, CultureInfo)

Returns the type argument at the specified parameter position of the specified generic type.

ConvertBack(Object, Type, Object, CultureInfo)

Not implemented.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to