Bamboo.Prevalence.VersionMigration.TypeMappingCollection.this C# (CSharp) Method

this() public method

public this ( string typeName ) : TypeMapping
typeName string
return TypeMapping
		public TypeMapping this[string typeName]
		{
			get
			{
				return _items[typeName] as TypeMapping;
			}
		}