5 overrides of ReturnType
System.ComponentModel.Composition (5)
System\ComponentModel\Composition\ReflectionModel\ReflectionField.cs (1)
45
public override Type
ReturnType
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (1)
40
public override Type
ReturnType
System\ComponentModel\Composition\ReflectionModel\ReflectionParameter.cs (1)
34
public override Type
ReturnType
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (1)
92
public override Type
ReturnType
System\ComponentModel\Composition\ReflectionModel\ReflectionType.cs (1)
34
public override Type
ReturnType
2 references to ReturnType
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (1)
114
ImportType importType = new ImportType(reflectionMember.
ReturnType
, attributedImport.Cardinality);
System\ComponentModel\Composition\ReflectionModel\ReflectionMemberImportDefinition.cs (1)
35
return new ImportingMember(this, member, new ImportType(member.
ReturnType
, Cardinality));