UnmanagedMemoryAccessor.CanRead 属性

定义

确定访问器是否可读。

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

属性值

true 如果访问器可读,则为 ;否则,为 false.

适用于