AsmResolver.Net.Signatures.TypeSpecificationSignature.GetElementType C# (CSharp) 메소드

GetElementType() 공개 메소드

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