Class SpellCheckResults

Inheritance
System.Object
SpellCheckResults
Implements
System.Collections.Generic.ICollection<SpellCheckResult>
System.Collections.Generic.IEnumerable<SpellCheckResult>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SolrNet.Impl
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class SpellCheckResults : ICollection<SpellCheckResult>, IEnumerable<SpellCheckResult>, IEnumerable

Constructors

SpellCheckResults()

Declaration
public SpellCheckResults()

Properties

Collation

Declaration
public string Collation { get; set; }
Property Value
Type Description
System.String

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

IsReadOnly

Declaration
public bool IsReadOnly { get; }
Property Value
Type Description
System.Boolean

Methods

Add(SpellCheckResult)

Declaration
public void Add(SpellCheckResult item)
Parameters
Type Name Description
SpellCheckResult item

Clear()

Declaration
public void Clear()

Contains(SpellCheckResult)

Declaration
public bool Contains(SpellCheckResult item)
Parameters
Type Name Description
SpellCheckResult item
Returns
Type Description
System.Boolean

CopyTo(SpellCheckResult[], Int32)

Declaration
public void CopyTo(SpellCheckResult[] array, int arrayIndex)
Parameters
Type Name Description
SpellCheckResult[] array
System.Int32 arrayIndex

GetEnumerator()

Declaration
public IEnumerator<SpellCheckResult> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<SpellCheckResult>

Remove(SpellCheckResult)

Declaration
public bool Remove(SpellCheckResult item)
Parameters
Type Name Description
SpellCheckResult item
Returns
Type Description
System.Boolean

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable