C# Class SF.Snowball.Among

Show file Open project: synhershko/lucene.net Class Usage Examples

Public Properties

Property Type Description
method System.Reflection.MethodInfo
methodobject SnowballProgram
result int
s System.String
s_size int
substring_i int

Public Methods

Method Description
Among ( System s, int substring_i, int result, System methodname, SnowballProgram methodobject ) : System

Method Details

Among() public method

public Among ( System s, int substring_i, int result, System methodname, SnowballProgram methodobject ) : System
s System
substring_i int
result int
methodname System
methodobject SnowballProgram
return System

Property Details

method public property

public System.Reflection.MethodInfo method
return System.Reflection.MethodInfo

methodobject public property

public SnowballProgram,SF.Snowball methodobject
return SnowballProgram

result public property

public int result
return int

s public property

public String,System s
return System.String

s_size public property

public int s_size
return int

substring_i public property

public int substring_i
return int