Bamboo.Prevalence.VersionMigration.MigrationPlan.IsTypeMappingAvailable C# (CSharp) Method

IsTypeMappingAvailable() public method

public IsTypeMappingAvailable ( Type type ) : bool
type System.Type
return bool
		public bool IsTypeMappingAvailable(Type type)
		{
			return _typeMappings.Exists(type.FullName);
		}