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

GetElementType() 공개 메소드

public GetElementType ( ) : ITypeDescriptor
리턴 ITypeDescriptor
        public virtual ITypeDescriptor GetElementType()
        {
            return this;
        }