示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CustomPropertyValueEditorAttribute"/> class.
 /// </summary>
 /// <param name="customPropertyValueEditor">The custom property value editor.</param>
 public CustomPropertyValueEditorAttribute(CustomPropertyValueEditor customPropertyValueEditor)
 {
     this.CustomPropertyValueEditor = customPropertyValueEditor;
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="CustomPropertyValueEditorAttribute"/> class.
		/// </summary>
		/// <param name="customPropertyValueEditor">The custom property value editor.</param>
		public CustomPropertyValueEditorAttribute(CustomPropertyValueEditor customPropertyValueEditor)
		{
			this.CustomPropertyValueEditor = customPropertyValueEditor;
		}