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

one() public méthode

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

			return this;
		}