Mono.Debugger.Style.FormatType C# (CSharp) Method

FormatType() public abstract method

public abstract FormatType ( Thread target, TargetType type ) : string
target Thread
type Mono.Debugger.Languages.TargetType
return string
        public abstract string FormatType(Thread target, TargetType type);