constructor overload meaning in Chinese
构造函数的重载
Examples
- The following example demonstrates this using a constructor overload to set the
下面的示例通过用构造函数重载设置 - Constructor overload is the recommended stack size for threads
构造函数重载使用的默认堆栈大小为线程的建议堆栈大小。 - Note that the property can be set using one of the constructor overloads
注意,使用其中一个构造函数重载可以设置该属性。 - You can also use a constructor overload to indicate whether files added to the collection should , if not specified otherwise when using the
方法时没有另外指定,您还可以使用构造函数重载来指示是否应在释放集合或者调用 - When the design environment creates an instance of your component or control , it does not attempt to provide any parameters to constructor overloads that take parameters
当设计环境创建一个组件或控件的实例时,它不会尝试为使用参数的构造函数重载提供任何参数。