We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7612640 commit 4b9b4e2Copy full SHA for 4b9b4e2
README.md
@@ -35,7 +35,7 @@ public class MyMonoBehavior : MonoBehaviour
35
// public IMyInterface<int> Value { get; set; }
36
37
// 1. gather derived types of property (`IMyInterface<>`)
38
- // then generate a concrete version of those types and make them all implement `IBase` interface
+ // then generate a non-generic version of those types and make them all implement `IBase` interface
39
private static class <Value>__generic_serialize_reference
40
{
41
public interface IBase {}
0 commit comments