Method ICollection<String>.Add
ICollection<String>.Add(String)
LUCENENET specific for supporting System.Collections.Generic.ICollection<>.
Declaration
void ICollection<string>.Add(string item)
Parameters
Type | Name | Description |
---|---|---|
System.String | item |
Implements
System.Collections.Generic.ICollection<T>.Add(T)