TypeDelegator.IsValueTypeImpl Método
Definição
Retorna um valor que indica se o tipo é um tipo de valor, ou seja, não é uma classe ou uma interface.Returns a value that indicates whether the type is a value type; that is, not a class or an interface.
protected:
override bool IsValueTypeImpl();
protected override bool IsValueTypeImpl ();
override this.IsValueTypeImpl : unit -> bool
Protected Overrides Function IsValueTypeImpl () As Boolean
Retornos
true se o tipo é um tipo de valor; caso contrário, false.true if the type is a value type; otherwise, false.