implicit 关键字用于声明隐式的用户定义类型转换运算符。
static implicit operator target_type { source_type identifier } |
参数
- target_type
-
引用类型
- source_type
-
引用类型。
- identifier
-
Something。
implicit 关键字用于声明隐式的用户定义类型转换运算符。
static implicit operator target_type { source_type identifier } |
引用类型
引用类型。
Something。