示例#1
0
文件: types.cs 项目: zjmit/go2cs
 private static (Value, error) ConvertValue(this boolType _p0, object src)
 {
     Value _p0 = default;
     error _p0 = default !;
示例#2
0
文件: types.cs 项目: zjmit/go2cs
 private static @string String(this boolType _p0)
 {
     return("Bool");
 }