Table of Contents

Method GetNodesOfType

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

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