TypeDelegator.IsValueTypeImpl 方法
定义
返回一个值,该值指示此类型是否为值类型(即不是类或接口)。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
返回
如果该类型是值类型,则为 true
;否则为 false
。true
if the type is a value type; otherwise, false
.