Click or drag to resize

BlockStatementFindFirstT 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 : class, INamedCodeObject

Parameters

name
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also