C# Class NVelocity.Util.Introspection.Twonk

little class to hold 'distance' information for calling params, as well as determine specificity
Mostrar archivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Properties

Property Type Description
vec int[]

Public Methods

Method Description
Twonk ( int size )
moreSpecific ( Twonk other ) : int

Method Details

Twonk() public method

public Twonk ( int size )
size int

moreSpecific() public method

public moreSpecific ( Twonk other ) : int
other Twonk
return int

Property Details

vec public_oe property

public int[] vec
return int[]