C# Class Inferables.Internal.NamespaceManager

Exibir arquivo Open project: nmuhonen/Inferables-For-CLR

Public Methods

Method Description
GetTypesForNamespace ( string matchNamespace ) : System.Type[]

Private Methods

Method Description
GetKey ( string key ) : string
NamespaceManager ( ) : System
SafeGetTypes ( this assembly ) : System.Type[]

Method Details

GetTypesForNamespace() public static method

public static GetTypesForNamespace ( string matchNamespace ) : System.Type[]
matchNamespace string
return System.Type[]