C# 클래스 Castle.DynamicProxy.Tests.InterClasses.ServiceImpl

상속: IService, IExtendedService
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
DoSomething ( ) : void
Sum ( UInt16 b1, UInt16 b2 ) : UInt16
Sum ( UInt32 b1, UInt32 b2 ) : UInt32
Sum ( System.UInt64 b1, System.UInt64 b2 ) : System.UInt64
Sum ( byte b1, byte b2 ) : byte
Sum ( double b1, double b2 ) : double
Sum ( float b1, float b2 ) : float
Sum ( int b1, int b2 ) : int
Sum ( long b1, long b2 ) : long
Sum ( short b1, short b2 ) : short

메소드 상세

DoSomething() 공개 메소드

public DoSomething ( ) : void
리턴 void

Sum() 공개 메소드

public Sum ( UInt16 b1, UInt16 b2 ) : UInt16
b1 System.UInt16
b2 System.UInt16
리턴 System.UInt16

Sum() 공개 메소드

public Sum ( UInt32 b1, UInt32 b2 ) : UInt32
b1 System.UInt32
b2 System.UInt32
리턴 System.UInt32

Sum() 공개 메소드

public Sum ( System.UInt64 b1, System.UInt64 b2 ) : System.UInt64
b1 System.UInt64
b2 System.UInt64
리턴 System.UInt64

Sum() 공개 메소드

public Sum ( byte b1, byte b2 ) : byte
b1 byte
b2 byte
리턴 byte

Sum() 공개 메소드

public Sum ( double b1, double b2 ) : double
b1 double
b2 double
리턴 double

Sum() 공개 메소드

public Sum ( float b1, float b2 ) : float
b1 float
b2 float
리턴 float

Sum() 공개 메소드

public Sum ( int b1, int b2 ) : int
b1 int
b2 int
리턴 int

Sum() 공개 메소드

public Sum ( long b1, long b2 ) : long
b1 long
b2 long
리턴 long

Sum() 공개 메소드

public Sum ( short b1, short b2 ) : short
b1 short
b2 short
리턴 short