ModuleEmulatorFindAutoT Method (Object) |
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 17.00.05
Syntaxpublic static IEnumerable<T> FindAuto<T>(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to search.
Type Parameters
- T
- Type of member to find.
Return Value
Type:
IEnumerableTA list of members.
See Also