CompiledExpressionInvoker.IsStaticallyCompiled Propriedade
Definição
Obtém ou define se o chamador de expressão compilada é compilado estaticamente.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
Valor da propriedade
true Se o chamador de expressão compilada for compilado estaticamente; caso contrário, false .true if the compiled expression invoker is statically compiled; otherwise, false.