共用方式為


IMethodSymbol.IsReadOnly 屬性

定義

指出方法是否為唯讀,亦即 'this' 接收者參數是否為 'ref readonly'。 針對唯讀實例方法和存取子以及具有 'this in' 參數的縮減擴充方法,傳回 true。

public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

屬性值

適用於