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

GetElementType() public method

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