C# Class VisualMutator.Model.Mutations.Types.TypeNode

Inheritance: MutationNode
Datei anzeigen Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
TypeNode ( CheckedNode parent, string name, IEnumerable children = null ) : System.Collections.Generic

Method Details

TypeNode() public method

public TypeNode ( CheckedNode parent, string name, IEnumerable children = null ) : System.Collections.Generic
parent CheckedNode
name string
children IEnumerable
return System.Collections.Generic