Accept an IVisitor instance on the implementing class and all its children.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
Parameters
- visitor
- Type: NReflect.IVisitor
The IVisitor instance to accept.
Implements
IVisitable.Accept(IVisitor)See Also