IStopWordList.Count PropertyIStopWordList.Count PropertyIStopWordList::Count Property

Gets the number of stop words in the collection.

Syntax

ReadOnly Property Count As Integer
        Get
int Count { get; }
property int Count {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The number of stop words in the collection.