IMethodSymbol.IsReadOnly 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出方法是否為唯讀,亦即 'this' 接收者參數是否為 'ref readonly'。 針對唯讀實例方法和存取子以及具有 'this in' 參數的縮減擴充方法,傳回 true。
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean