C# Class Endjin.Assembly.ChangeDetection.Query.GenericTypeMapper

Show file Open project: endjin/Endjin.Assembly.ChangeDetection

Public Methods

Method Description
ConvertClrTypeNames ( string typeName ) : string
TransformGenericTypeNames ( string typeName, string>.Func typeNameTransformer ) : string

Private Methods

Method Description
FormatExpandedGeneric ( StringBuilder sb, GenericType type ) : void
ParseGenericType ( string normalizedName ) : GenericType
TransformGeneric ( GenericType type, string>.Func typeNameTransformer ) : void

Method Details

ConvertClrTypeNames() public static method

public static ConvertClrTypeNames ( string typeName ) : string
typeName string
return string

TransformGenericTypeNames() public static method

public static TransformGenericTypeNames ( string typeName, string>.Func typeNameTransformer ) : string
typeName string
typeNameTransformer string>.Func
return string