Castle.DynamicProxy.Builder.CodeGenerators.ModuleScope.this C# (CSharp) Method

this() public method

public this ( String name ) : Type
name String
return System.Type
		public Type this[String name]
		{
			get { return _typeCache[name] as Type; }
			set
			{
				_typeCache[name] = value;
				SaveAssembly();
			}
		}