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