Method | Description | |
---|---|---|
GetInterfaces ( |
Determines which interfaces a given type should implement.
|
public GetInterfaces ( |
||
currentType | The base type that holds the list of interfaces to implement. | |
interfaceList | HashSet |
The list of interfaces already being implemented. |
return | void |