[This is preliminary documentation and is subject to change.]

The GenericExtension type exposes the following members.

Constructors

  NameDescription
Public methodGenericExtension()()()()
Default CTor
Public methodGenericExtension(String)
CTof from type name

Methods

  NameDescription
Public methodProvideValue
Returns an object - instance of the constructed generic type that is set as the value of the target property for this markup extension.
(Overrides MarkupExtension..::..ProvideValue(IServiceProvider).)

Properties

  NameDescription
Public propertyTypeArguments
Gets the collection of type arguments for the generic type
Public propertyTypeName
Gets or sets the generic type name (e.g. Dictionary, for the Dictionary`2 case)

See Also