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