mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-20 05:21:26 +02:00
Merge pull request #2957 from ferfedel/patch-1
[csharp/pt-br] Missing translation
This commit is contained in:
committed by
GitHub
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
|
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
|
interface IBreakable
|
||||||
|
Reference in New Issue
Block a user