Click or drag to resize

ModuleEmulatorFindAutoT Method (Object)

Find members with the AutoAttribute.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public 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: IEnumerableT
A list of members.
See Also