public static void LoadConfiguration<T>()
where T : class, new()
Public Shared Sub LoadConfiguration(Of T As {Class, New})
public:
generic<typename T>
where T : ref class, gcnew()
static void LoadConfiguration()
static member LoadConfiguration : unit -> unit when 'T : not struct, new()
[Missing <typeparam name="T"/> documentation for "M:SuperBuilderWinService.ConfigurationLoader.LoadConfiguration``1"]