Nez.Matcher.all C# (CSharp) Méthode

all() public méthode

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

			return this;
		}