Share via


MethodInfo.Compiledok Method

Definition

Specifies whether the method has compiled.

public:
 virtual bool Compiledok();
public virtual bool Compiledok ();
abstract member Compiledok : unit -> bool
override this.Compiledok : unit -> bool
Public Overridable Function Compiledok () As Boolean

Returns

true if the method has compiled; otherwise, false.

Applies to