Update IApplicationHost.cs

This commit is contained in:
BaronGreenback 2020-07-17 12:54:55 +01:00 committed by GitHub
parent 912847ae8c
commit e33c6f6b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -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);
}
}