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