csharp examples

Garry Newman 2016-11-09 12:05:59 +00:00
parent 0a8d4778ed
commit 96477826c0

@ -5,7 +5,7 @@ Handles most interactions with people in Steam, not just friends as the name wou
### Example
```
```csharp
foreach ( var friend in client.Friends.AllFriends )
{
Console.WriteLine( $"{friend.Id}: {friend.Name}" );