Method GetNodesOfType
GetNodesOfType<T>()
Gets nodes assignable to a specific CLR type and casts them to that type.
public List<T> GetNodesOfType<T>() where T : class, INode
Returns
- List<T>
A new list containing nodes assignable to
T.
Type Parameters
T