AspectSharp.Lang.AST.Types.NamespaceTypeMap.ResolveType C# (CSharp) Method

ResolveType() public method

public ResolveType ( String name ) : Type
name String
return System.Type
		public Type ResolveType( String name )
		{
			return _name2Type[ name ] as Type;
		}