[This is preliminary documentation and is subject to change.]
The GenericExtension type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GenericExtension()()()() | Default CTor | |
| GenericExtension(String) | CTof from type name |
Methods
| Name | Description | |
|---|---|---|
| ProvideValue | 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
| Name | Description | |
|---|---|---|
| TypeArguments | Gets the collection of type arguments for the generic type | |
| TypeName | Gets or sets the generic type name (e.g. Dictionary, for the Dictionary`2 case) |