共用方式為


ReadOnlyAttribute 類別

定義

ReadOnly 屬性是用來標記不會修改粒紋狀態的方法。

將方法標示為 ReadOnly 可讓執行時間系統執行一些優化,以大幅改善應用程式的效能。

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class ReadOnlyAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method)]
[Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.ReadOnly)]
public sealed class ReadOnlyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type ReadOnlyAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
[<Orleans.InvokableCustomInitializer("AddInvokeMethodOptions", Orleans.CodeGeneration.InvokeMethodOptions.ReadOnly)>]
type ReadOnlyAttribute = class
    inherit Attribute
Public NotInheritable Class ReadOnlyAttribute
Inherits Attribute
繼承
ReadOnlyAttribute
屬性

建構函式

ReadOnlyAttribute()

ReadOnly 屬性是用來標記不會修改粒紋狀態的方法。

將方法標示為 ReadOnly 可讓執行時間系統執行一些優化,以大幅改善應用程式的效能。

適用於