C# 클래스 AsyncImageAndroid.TimeTake

파일 보기 프로젝트 열기: xamarin/mobile-samples 1 사용 예제들

공개 메소드들

메소드 설명
Fib ( long n ) : long
LongMethod1 ( ) : double
LongMethod2 ( ) : double
LongMethod3 ( ) : long
Main ( string args ) : void

메소드 상세

Fib() 공개 정적인 메소드

public static Fib ( long n ) : long
n long
리턴 long

LongMethod1() 공개 정적인 메소드

public static LongMethod1 ( ) : double
리턴 double

LongMethod2() 공개 정적인 메소드

public static LongMethod2 ( ) : double
리턴 double

LongMethod3() 공개 정적인 메소드

public static LongMethod3 ( ) : long
리턴 long

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void