C# Class LinFu.Proxy.InterfaceExtractor

Inheritance: IExtractInterfaces
Exibir arquivo Open project: philiplaureano/LinFu Class Usage Examples

Public Methods

Method Description
GetInterfaces ( Type currentType, HashSet interfaceList ) : void

Determines which interfaces a given type should implement.

Method Details

GetInterfaces() public method

Determines which interfaces a given type should implement.
public GetInterfaces ( Type currentType, HashSet interfaceList ) : void
currentType System.Type The base type that holds the list of interfaces to implement.
interfaceList HashSet The list of interfaces already being implemented.
return void