Method MatchPrefix
MatchPrefix(String)
Returns an alphabetical
Declaration
public virtual IList<string> MatchPrefix(string prefix)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | Each key returned from this method will begin with the characters in prefix. |
Returns
Type | Description |
---|---|
IList<System.String> | A |
MatchPrefix(String, Int32)
Returns an alphabetical
Declaration
public virtual IList<string> MatchPrefix(string prefix, int numReturnValues)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | Each key returned from this method will begin with the characters in prefix. |
System.Int32 | numReturnValues | The maximum number of values returned from this method. |
Returns
Type | Description |
---|---|
IList<System.String> | A |