mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 22:27:35 +03:00
Merge pull request #3368 from daniloyamauti/patch-7
[csharp/pt-br] Update csharp-pt.html.markdown
This commit is contained in:
commit
af0015f4ba
@ -522,7 +522,7 @@ on a new line! ""Wow!"", the masses cried";
|
||||
foreach (var key in responses.Keys)
|
||||
Console.WriteLine("{0}:{1}", key, responses[key]);
|
||||
|
||||
// DYNAMIC OBJECTS (great for working with other languages)
|
||||
// OBJETOS DINÂMICOS (ótimo para trabalhar com outros idiomas)
|
||||
dynamic student = new ExpandoObject();
|
||||
student.FirstName = "First Name"; // No need to define class first!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user