Bamboo.Prevalence.VersionMigration.TypeMapping.TypeMapping C# (CSharp) Method

TypeMapping() private method

private TypeMapping ( ) : System
return System
		internal TypeMapping()
		{
			_fieldMappings = new FieldMappingCollection();
			_aliases = new StringCollection();
		}

Same methods

TypeMapping::TypeMapping ( XmlElement element ) : System