C# 클래스 AvalonStudio.Debugging.Extensions

파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
RemoveBraces ( this data ) : string
ToArray ( this data ) : string[]
ToNameValuePair ( this data ) : NameValuePair
ToNameValuePairs ( this data ) : AvalonStudio.Debugging.NameValuePair[]
ToStopReason ( this data ) : StopReason

메소드 상세

RemoveBraces() 공개 정적인 메소드

public static RemoveBraces ( this data ) : string
data this
리턴 string

ToArray() 공개 정적인 메소드

public static ToArray ( this data ) : string[]
data this
리턴 string[]

ToNameValuePair() 공개 정적인 메소드

public static ToNameValuePair ( this data ) : NameValuePair
data this
리턴 NameValuePair

ToNameValuePairs() 공개 정적인 메소드

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

ToStopReason() 공개 정적인 메소드

public static ToStopReason ( this data ) : StopReason
data this
리턴 StopReason