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