BaseCompareValidator 构造函数
定义
初始化 BaseCompareValidator 类的新实例。Initializes a new instance of the BaseCompareValidator class.
protected:
BaseCompareValidator();
protected BaseCompareValidator ();
Protected Sub New ()
注解
由于 BaseCompareValidator 类是抽象类,因此不能 BaseCompareValidator 直接创建对象。Because the BaseCompareValidator class is abstract, you cannot create a BaseCompareValidator object directly. 此构造函数通常由派生类的构造函数调用,用于初始化类中定义的属性 BaseCompareValidator 。This constructor is commonly called by the constructor of a derived class to initialize the properties defined in the BaseCompareValidator class.