ICodeInspector
Defined in RazorEngine.dll.
Defines the required contract for implementing a code inspector.
Instance members
Instance member | Description |
Inspect(unit, ns, type, executeMethod)
Signature: (unit:CodeCompileUnit * ns:CodeNamespace * type:CodeTypeDeclaration * executeMethod:CodeMemberMethod) -> unit
Modifiers: abstract |
Inspects the specified code unit. |