STWA9-Generic interface has GUID |
Top Previous Next |
Generic interface has GUID (STWA9)
This section lists generic interface types that declare a GUID:
.
The problem with this is that all generic types created from this interface, like IMyInterface<Integer> and IMyInterface<string> will share the same GUID. This will cause type casting to malfunction.
See also:
|