AndMatcher TKey  ClassQuartz.NET API Documentation
Matches using an AND operator on two Matcher operands.
Inheritance Hierarchy

System Object
  Quartz.Impl.Matchers AndMatcher TKey 

Namespace: Quartz.Impl.Matchers
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

[SerializableAttribute]
public class AndMatcher<TKey> : IMatcher<TKey>
where TKey : Key<TKey>
Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:Quartz.Impl.Matchers.AndMatcher`1"]

See Also