C# Class AvalonStudio.Debugging.Extensions

Afficher le fichier Open project: VitalElement/AvalonStudio

Méthodes publiques

Méthode 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 méthode

public static RemoveBraces ( this data ) : string
data this
Résultat string

ToArray() public static méthode

public static ToArray ( this data ) : string[]
data this
Résultat string[]

ToNameValuePair() public static méthode

public static ToNameValuePair ( this data ) : NameValuePair
data this
Résultat NameValuePair

ToNameValuePairs() public static méthode

public static ToNameValuePairs ( this data ) : AvalonStudio.Debugging.NameValuePair[]
data this
Résultat AvalonStudio.Debugging.NameValuePair[]

ToStopReason() public static méthode

public static ToStopReason ( this data ) : StopReason
data this
Résultat StopReason