2 interfaces inheriting from ISimpleTypeProvider
System.Reflection.Metadata (2)
System\Reflection\Metadata\Decoding\ICustomAttributeTypeProvider.cs (1)
6
public interface ICustomAttributeTypeProvider<TType> :
ISimpleTypeProvider
<TType>, ISZArrayTypeProvider<TType>
System\Reflection\Metadata\Decoding\ISignatureTypeProvider.cs (1)
6
public interface ISignatureTypeProvider<TType, TGenericContext> :
ISimpleTypeProvider
<TType>, IConstructedTypeProvider<TType>