C# Class StructureMap.Graph.GenericsPluginGraph

Exibir arquivo Open project: visit/structuremap Class Usage Examples

Public Methods

Method Description
CanBeCast ( Type pluginType, Type pluggedType ) : bool

Private Methods

Method Description
checkGenericType ( Type pluggedType, Type pluginType ) : bool

Method Details

CanBeCast() public static method

public static CanBeCast ( Type pluginType, Type pluggedType ) : bool
pluginType System.Type
pluggedType System.Type
return bool