C# 클래스 VisualMutator.Model.Mutations.Types.MethodNode

상속: MutationNode
파일 보기 프로젝트 열기: visualmutator/visualmutator

공개 메소드들

메소드 설명
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