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;
		}