MethodInfo.Compiledok Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.