- add comment for property InterfaceType

pull/26/head
Simon Gockner 6 years ago
parent 7ffb4a11fe
commit c3a97a2514
  1. 3
      GBase/Exceptions/InterfaceEnumerablePassedException.cs

@ -22,6 +22,9 @@ namespace GBase.Exceptions
InterfaceType = interfaceType;
}
/// <summary>
/// The <see cref="Type"/> of the passed interface
/// </summary>
public Type InterfaceType { get; }
}
}
Loading…
Cancel
Save