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

this() 공개 메소드

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