Update csharp-pt.html.markdown

This commit is contained in:
Fer 2017-10-27 07:55:22 -02:00 committed by GitHub
parent 5670c7381d
commit c14dc8fd1d

View File

@ -826,7 +826,7 @@ on a new line! ""Wow!"", the masses cried";
// Interfaces contêm apenas as assinaturas dos membros, sem a implementação. // 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