InfiniteIntConverter 构造函数

定义

初始化 InfiniteIntConverter 类的新实例。Initializes a new instance of the InfiniteIntConverter class.

public:
 InfiniteIntConverter();
public InfiniteIntConverter ();
Public Sub New ()

注解

通常使用系统提供的转换器类型。Normally, you use the converter types provided by the system. 唯一需要使用该构造函数的时候就 InfiniteIntConverter 是创建自己的转换类型。The only time you need to use the InfiniteIntConverter constructor is when you create your own conversion type.

适用于