Method AcceptNodeType
AcceptNodeType(Type)
Returns whether this graph type accepts a node type for insertion.
public virtual bool AcceptNodeType(Type t)
Parameters
tTypeThe node type to test.
Returns
Remarks
The base implementation accepts all node types. Specialized graph types can override this to enforce stricter node families.