mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05: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>
 | 
					        /// <param name="type">The type.</param>
 | 
				
			||||||
        /// <returns>System.Object.</returns>
 | 
					        /// <returns>System.Object.</returns>
 | 
				
			||||||
        object CreateInstance(Type type);
 | 
					        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