BlockStatementFindT Method |
Enumerate all children of type T.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public IEnumerable<T> Find<T>()
where T : CodeObject
Type Parameters
- T
Return Value
Type:
IEnumerableTSee Also