openmethods ~master (2020-09-29T20:42:43Z)
Dub
Repo
_inspect
nextdemo
Undocumented in source. Be warned that the author may not have intended to support it.
void
_inspect
(Vehicle v, Inspector i, int checks)
void
_inspect
(Car v, Inspector i, int checks)
void
_inspect
(Car v, StateInspector i, int checks)
@
method
void
_inspect
(
Car
v
,
StateInspector
i
,
ref
int
checks
)
Meta
Source
See Implementation
nextdemo
classes
Car
Inspector
StateInspector
Truck
functions
_inspect
inspect
main
interfaces
Vehicle