C# 클래스 NVelocity.Util.Introspection.Twonk

little class to hold 'distance' information for calling params, as well as determine specificity
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
vec int[]

공개 메소드들

메소드 설명
Twonk ( int size )
moreSpecific ( Twonk other ) : int

메소드 상세

Twonk() 공개 메소드

public Twonk ( int size )
size int

moreSpecific() 공개 메소드

public moreSpecific ( Twonk other ) : int
other Twonk
리턴 int

프로퍼티 상세

vec 공개적으로 프로퍼티

public int[] vec
리턴 int[]