public static bool GetCompileMark(
this IDictionary<string, Object?> info
)<ExtensionAttribute>
Public Shared Function GetCompileMark (
info As IDictionary(Of String, Object)
) As Booleanpublic:
[ExtensionAttribute]
static bool GetCompileMark(
IDictionary<String^, Object^>^ info
)[<ExtensionAttribute>]
static member GetCompileMark :
info : IDictionary<string, Object> -> bool