mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01:38 +00:00
[csharp/pt-br] Missing translation
This commit is contained in:
parent
312ac2ce45
commit
5670c7381d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user