mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 22:27:35 +03:00
Merge pull request #2957 from ferfedel/patch-1
[csharp/pt-br] Missing translation
This commit is contained in:
commit
8b9732e215
@ -823,10 +823,10 @@ 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
|
||||
void Jump(int meters); // todos os membros da interface são implicitamente públicos
|
||||
}
|
||||
|
||||
interface IBreakable
|
||||
|
Loading…
Reference in New Issue
Block a user