partial method
[ˈpɑːrʃəl ˈmeθəd]
nounpl: partial methods
método parcial
1. In C# programming, a method declaration that can be split across multiple partial class definitions, with the signature in one part and the implementation in another
The partial method allows developers to define a method signature in one part of a partial class and implement it in another.
O método parcial permite que os desenvolvedores definam uma assinatura de método em uma parte de uma classe parcial e a implementem em outra.
2. A method that can have multiple implementations across different parts of a partial type definition
In this design pattern, the partial method signature is declared without an implementation body initially.
Neste padrão de design, a assinatura do método parcial é declarada sem um corpo de implementação inicialmente.
This is a technical term specific to C# programming language, introduced in C# 2.0. It is widely used in software development documentation and communities, particularly among .NET developers. The concept gained more prominence with code generation tools and designer-generated code patterns.
Look up more words on Fala2Me
The free English-Portuguese dictionary with real Brazilian accents, NYC slang, conjugator and more
Open Fala2Me →