Type.IsValueTypeImpl Metodo
Definizione
Implementa la proprietà IsValueType e determina se l'oggetto Type è un tipo di valore, ovvero, non una classe o un'interfaccia.Implements the IsValueType property and determines whether the Type is a value type; that is, not a class or an interface.
protected:
virtual bool IsValueTypeImpl();
protected virtual bool IsValueTypeImpl ();
abstract member IsValueTypeImpl : unit -> bool
override this.IsValueTypeImpl : unit -> bool
Protected Overridable Function IsValueTypeImpl () As Boolean
Restituisce
true
se Type è un tipo di valore; in caso contrario, false
.true
if the Type is a value type; otherwise, false
.
Commenti
Questo metodo viene fornito per consentire l'implementazione di sistemi di tipi alternativi.This method is provided to enable the implementation of alternate type systems. Non viene in genere utilizzato nel codice dell'applicazione.It is not generally used in application code.