TypeName.IsByRef 属性

定义

获取一个值,该值指示此类型是否为托管指针类型(例如“ref int”)。

托管指针类型有时由ref 类型(IsByRef)调用。

public:
 property bool IsByRef { bool get(); };
public bool IsByRef { get; }
member this.IsByRef : bool
Public ReadOnly Property IsByRef As Boolean

属性值

适用于