EnumBuilder.IsValueTypeImpl Methode

Definition

Implementiert die IsValueType-Eigenschaft und bestimmt, ob Type ein Werttyp ist, also weder eine Klasse noch eine Schnittstelle.

protected:
 override bool IsValueTypeImpl();
protected override bool IsValueTypeImpl ();
override this.IsValueTypeImpl : unit -> bool
Protected Overrides Function IsValueTypeImpl () As Boolean

Gibt zurück

true, wenn Type ein Werttyp ist, andernfalls false.

Gilt für: