C# Класс VisualMutator.Model.Mutations.Types.MethodNode

Наследование: MutationNode
Показать файл Открыть проект

Открытые методы

Метод Описание
MethodNode ( CheckedNode parent, string name, IMethodDefinition methodDefinition, bool hasChildren ) : System.Collections.Generic
MethodNode ( string name, IMethodDefinition methodDefinition, IEnumerable children ) : System.Collections.Generic

Описание методов

MethodNode() публичный Метод

public MethodNode ( CheckedNode parent, string name, IMethodDefinition methodDefinition, bool hasChildren ) : System.Collections.Generic
parent CheckedNode
name string
methodDefinition IMethodDefinition
hasChildren bool
Результат System.Collections.Generic

MethodNode() публичный Метод

public MethodNode ( string name, IMethodDefinition methodDefinition, IEnumerable children ) : System.Collections.Generic
name string
methodDefinition IMethodDefinition
children IEnumerable
Результат System.Collections.Generic