RazorEngine


ICodeInspector

Defined in RazorEngine.dll.
Defines the required contract for implementing a code inspector.

Instance members

Instance memberDescription
Inspect(unit, ns, type, executeMethod)
Signature: (unit:CodeCompileUnit * ns:CodeNamespace * type:CodeTypeDeclaration * executeMethod:CodeMemberMethod) -> unit
Modifiers: abstract
Inspects the specified code unit.
Fork me on GitHub