[This is preliminary documentation and is subject to change.]
Indicates whether this scope has already been compiled and no more epressions can be allocated in it
Namespace: NFX.ParsingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool IsScopeAlreadyCompiled(
string scope
)
public static bool IsScopeAlreadyCompiled(
string scope
)
Public Shared Function IsScopeAlreadyCompiled (
scope As String
) As Boolean
Public Shared Function IsScopeAlreadyCompiled (
scope As String
) As Boolean
public:
static bool IsScopeAlreadyCompiled(
String^ scope
)
public:
static bool IsScopeAlreadyCompiled(
String^ scope
)
static member IsScopeAlreadyCompiled :
scope : string -> bool
static member IsScopeAlreadyCompiled :
scope : string -> bool
Return Value
Type:
Boolean