C# Class System.ComponentModel.NestedContainer.Site

Inheritance: INestedSite
Show file Open project: dotnet/corefx

Public Methods

Method Description
GetService ( Type service ) : Object

Private Methods

Method Description
Site ( IComponent component, NestedContainer container, string name ) : System

Method Details

GetService() public method

public GetService ( Type service ) : Object
service System.Type
return Object