AsmResolver.Net.Signatures.TypeSpecificationSignature.GetElementType C# (CSharp) Method

GetElementType() public method

public GetElementType ( ) : ITypeDescriptor
return ITypeDescriptor
        public override ITypeDescriptor GetElementType()
        {
            return BaseType.GetElementType();
        }