Method GetLastOnPath
GetLastOnPath(String)
Return the element that is stored as last on a path belonging to the given key.
Declaration
public override string GetLastOnPath(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | the key associated with the desired element |
Returns
Type | Description |
---|---|
System.String | the element that is stored as last on a path |