C# 클래스 AsyncMethodWpf.Service

파일 보기 프로젝트 열기: markrendle/FunctionalAlchemy 1 사용 예제들

공개 메소드들

메소드 설명
ReverseString ( string input ) : string
ReverseStringAsync ( string input ) : void
Service ( ) : System

비공개 메소드들

메소드 설명
ReverseStringImpl ( string input ) : string

메소드 상세

ReverseString() 공개 메소드

public ReverseString ( string input ) : string
input string
리턴 string

ReverseStringAsync() 공개 메소드

public ReverseStringAsync ( string input ) : void
input string
리턴 void

Service() 공개 메소드

public Service ( ) : System
리턴 System