From c3a97a2514a0a7bc0c40d532d6c651b12bc5e5ec Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Mon, 17 Feb 2020 08:46:30 +0100 Subject: [PATCH] - add comment for property InterfaceType --- GBase/Exceptions/InterfaceEnumerablePassedException.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GBase/Exceptions/InterfaceEnumerablePassedException.cs b/GBase/Exceptions/InterfaceEnumerablePassedException.cs index c23f19f..0486071 100644 --- a/GBase/Exceptions/InterfaceEnumerablePassedException.cs +++ b/GBase/Exceptions/InterfaceEnumerablePassedException.cs @@ -22,6 +22,9 @@ namespace GBase.Exceptions InterfaceType = interfaceType; } + /// + /// The of the passed interface + /// public Type InterfaceType { get; } } } \ No newline at end of file