Modifica

Condividi tramite


CompiledExpressionInvoker.IsStaticallyCompiled Property

Definition

Gets or sets whether the compiled expression invoker is statically compiled.

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

Property Value

true if the compiled expression invoker is statically compiled; otherwise, false.

Applies to