mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-11 09:13:54 -04:00
Update IApplicationHost.cs
This commit is contained in:
parent
912847ae8c
commit
e33c6f6b29
@ -125,13 +125,5 @@ namespace MediaBrowser.Common
|
||||
/// <param name="type">The type.</param>
|
||||
/// <returns>System.Object.</returns>
|
||||
object CreateInstance(Type type);
|
||||
|
||||
/// <summary>
|
||||
/// Creates a new instance of a class.
|
||||
/// </summary>
|
||||
/// <param name="type">The type to create.</param>
|
||||
/// <param name="parameter">An addtional parameter.</param>
|
||||
/// <returns>Created instance.</returns>
|
||||
object CreateInstance(Type type, object parameter);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user