/// <summary>
		/// Initializes a new instance of the <see cref="ContextValidator"/> class.
		/// </summary>
		/// <param name="target">The object that requires evaluation.</param>
		public ContextValidator(IContextSensitive target)
		{
			this.Target = target;
		}
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ContextValidator"/> class.
 /// </summary>
 /// <param name="target">The object that requires evaluation.</param>
 public ContextValidator(IContextSensitive target)
 {
     this.target = target;
 }