Click or drag to resize

BlockFindFirstT Method (String)

Find the first child object with the specified name and type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public T FindFirst<T>(
	string name
)
where T : INamedCodeObject

Parameters

name
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also