'Declaration
Public Function TryGetValue( _ ByVal key As Guid, _ ByRef item As ISessionSummary _ ) As Boolean
public bool TryGetValue( Guid key, out ISessionSummary item )
Parameters
- key
- item
Return Value
True if the item could be found, false otherwise