Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The developers' details are as follows:
| bert@ex.ism | blue | 0.8 | Bertrand | Paris | France |
| anders@ex.ism | brown | 0.85 | Anders | Redmond | USA |

Implement the `Authenticator.Developers()` method to return the developers' identity details. The dictionary key is the developer's name.
Implement the `Authenticator.Developers` property to return the developers' identity details. The dictionary key is the developer's name.

```csharp
var authenticator = new Authenticator();
Expand Down