Bamboo.Prevalence.VersionMigration.MigrationPlan.GetTypeMapping C# (CSharp) 메소드

GetTypeMapping() 공개 메소드

public GetTypeMapping ( Type type ) : TypeMapping
type System.Type
리턴 TypeMapping
		public TypeMapping GetTypeMapping(Type type)
		{
			return _typeMappings[type.FullName];
		}

Usage Example

예제 #1
0
 public TypeMapping GetTypeMapping(Type type)
 {
     return(_plan.GetTypeMapping(type));
 }