Example #1
0
 internal static PythonType MakeSystemType(Type underlyingSystemType)
 {
     return(PythonType.SetPythonType(underlyingSystemType, new SimpleType(underlyingSystemType)));
 }