C# Class SF.Snowball.Among

显示文件 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_oe property

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

methodobject public_oe property

public SnowballProgram,SF.Snowball methodobject
return SnowballProgram

result public_oe property

public int result
return int

s public_oe property

public String,System s
return System.String

s_size public_oe property

public int s_size
return int

substring_i public_oe property

public int substring_i
return int