mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-21 05:51:31 +02:00
[csharp/pt-br] Missing translation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user