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