1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 13:31:43 +02:00

[csharp/pt-br] Missing translation

This commit is contained in:
Fer
2017-10-26 11:22:40 -02:00
committed by GitHub
parent 312ac2ce45
commit 5670c7381d

View File

@@ -823,7 +823,7 @@ on a new line! ""Wow!"", the masses cried";
}
}
// Interfaces only contain signatures of the members, without the implementation.
// Interfaces contêm apenas as assinaturas dos membros, sem a implementação.
interface IJumpable
{
void Jump(int meters); // all interface members are implicitly public