CSharpReference<TResult>.RequiresCompilation Property

Definition

Gets whether the reference requires compilation.

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

Property Value

True if the reference requires compilation; otherwise, false.

Implements

Applies to