mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-08 08:00:34 +01:00
* mono/DBusType/Byte.cs, mono/DBusType/Int32.cs, mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs, mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of Type.UnderlyingSystemType to get the actual system type underneath. This code previously depended on the broken Mono behavior, which was fixed in 1.1.3. |
||
|---|---|---|
| .. | ||
| Array.cs | ||
| Boolean.cs | ||
| Byte.cs | ||
| Custom.cs | ||
| Dict.cs | ||
| Double.cs | ||
| IDBusType.cs | ||
| Int32.cs | ||
| Int64.cs | ||
| Nil.cs | ||
| ObjectPath.cs | ||
| String.cs | ||
| UInt32.cs | ||
| UInt64.cs | ||