- Namespace
- XamlParserTests
- Containing Type
- IntrinsicsTests
Syntax
[Theory, InlineData(typeof(IntrinsicsTestsClass), "<x:Type TypeName='IntrinsicsTestsClass' />"), InlineData(typeof(List<string>), "<x:Type x:TypeArguments='x:String' TypeName='scg:List' />")]
public void Type_Extension_Resolves_Types(Type expectedType, string typeExt)
Attributes
Type | Description |
---|---|
Theory | |
InlineData | |
InlineData |
Parameters
Name | Type | Description |
---|---|---|
expectedType | Type | |
typeExt | string |
Return Value
Type | Description |
---|---|
void |