CSharpValue<TResult>.RequiresCompilation Propriedade
Definição
Indica se o valor exige compilação.Gets whether the value requires compilation.
public:
property bool RequiresCompilation { bool get(); };
public bool RequiresCompilation { get; }
member this.RequiresCompilation : bool
Public ReadOnly Property RequiresCompilation As Boolean
Valor da propriedade
True Se o valor exigir compilação; caso contrário, false .True if the value requires compilation; otherwise, false.