Nez.Matcher.exclude C# (CSharp) Method

exclude() public method

public exclude ( ) : Matcher
return Matcher
		public Matcher exclude( params Type[] types )
		{
			foreach( var type in types )
				exclusionSet.set( ComponentTypeManager.getIndexFor( type ) );

			return this;
		}