Class LanguageSet
Inheritance
System.Object
LanguageSet
Assembly: Lucene.Net.Analysis.Phonetic.dll
Syntax
public abstract class LanguageSet : object
Properties
|
Improve this Doc
View Source
IsEmpty
Declaration
public abstract bool IsEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSingleton
Declaration
public abstract bool IsSingleton { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Contains(String)
Declaration
public abstract bool Contains(string language)
Parameters
Type |
Name |
Description |
System.String |
language |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
From(ISet<String>)
Declaration
public static LanguageSet From(ISet<string> langs)
Parameters
Type |
Name |
Description |
ISet<System.String> |
langs |
|
Returns
|
Improve this Doc
View Source
GetAny()
Declaration
public abstract string GetAny()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RestrictTo(LanguageSet)
Declaration
public abstract LanguageSet RestrictTo(LanguageSet other)
Parameters
Returns