C# Class RxSpy.Utils.TypeUtils

显示文件 Open project: niik/RxSpy

Public Methods

Method Description
ToFriendlyName ( Type type ) : string

Private Methods

Method Description
GetNameWithoutGenerics ( Type definition ) : string
Repeat ( string str, int count ) : string
TypeUtils ( ) : System
toFriendlyNameImpl ( Type type ) : string

Method Details

ToFriendlyName() public static method

public static ToFriendlyName ( Type type ) : string
type System.Type
return string