C# 클래스 VisualMutator.Model.Mutations.MutationFilter

파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
AllowAll ( ) : MutationFilter
Matches ( object obj ) : bool
MutationFilter ( IList types, IList methods ) : System.Collections

메소드 상세

AllowAll() 공개 정적인 메소드

public static AllowAll ( ) : MutationFilter
리턴 MutationFilter

Matches() 공개 메소드

public Matches ( object obj ) : bool
obj object
리턴 bool

MutationFilter() 공개 메소드

public MutationFilter ( IList types, IList methods ) : System.Collections
types IList
methods IList
리턴 System.Collections