AsmResolver.Net.Signatures.TypeDefOrRefSignature.GetElementType C# (CSharp) Méthode

GetElementType() public méthode

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