Bamboo.Prevalence.VersionMigration.TypeMappingCollection.this C# (CSharp) 메소드

this() 공개 메소드

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