Nez.Matcher.all C# (CSharp) 메소드

all() 공개 메소드

public all ( ) : Matcher
리턴 Matcher
		public Matcher all( params Type[] types )
		{
			foreach( var type in types )
				allSet.set( ComponentTypeManager.getIndexFor( type ) );

			return this;
		}