C# Class AvalonStudio.Debugging.Extensions

Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
RemoveBraces ( this data ) : string
ToArray ( this data ) : string[]
ToNameValuePair ( this data ) : NameValuePair
ToNameValuePairs ( this data ) : AvalonStudio.Debugging.NameValuePair[]
ToStopReason ( this data ) : StopReason

Method Details

RemoveBraces() public static method

public static RemoveBraces ( this data ) : string
data this
return string

ToArray() public static method

public static ToArray ( this data ) : string[]
data this
return string[]

ToNameValuePair() public static method

public static ToNameValuePair ( this data ) : NameValuePair
data this
return NameValuePair

ToNameValuePairs() public static method

public static ToNameValuePairs ( this data ) : AvalonStudio.Debugging.NameValuePair[]
data this
return AvalonStudio.Debugging.NameValuePair[]

ToStopReason() public static method

public static ToStopReason ( this data ) : StopReason
data this
return StopReason