IVisitor
.
Visit Method (NREvent)
NReflect
Visit a
NREvent
.
Namespace:
NReflect
Assembly:
NReflect
(in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
void
Visit
(
NREvent
nrEvent
)
void Visit( NREvent nrEvent )
Sub
Visit
( _
nrEvent
As
NREvent
_ )
Sub Visit ( _ nrEvent As NREvent _ )
void
Visit
(
NREvent
^
nrEvent
)
void Visit( NREvent^ nrEvent )
Parameters
nrEvent
Type:
NReflect.NRMembers
.
NREvent
The
NREvent
to visit.
See Also
IVisitor Interface
IVisitor Members
Visit Overload
NReflect Namespace