From 5215339f753d56b5a48c0c9787c7ab393fc1e1a5 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Wed, 6 Dec 2017 17:21:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b2187ed9..3c78ad39 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,12 @@ public partial class B: ICommon } ``` +Collection types +---------------- + +Values for the `--collectionType` and `--collectionImplementationType` options have to be given in the format accepted by +the [`Type.GetType()`](https://docs.microsoft.com/en-us/dotnet/api/system.type.gettype) method. For the `System.Collections.Generic.List` class this means ``System.Collections.Generic.List`1``. + Contributing ------------