This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
pczajkowski
/
codegenerators
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
0774d71ead
Ramos
Etiquetas
main
codegenerators
/
CodeGenerators
/
CodeGenerators
/
IGenerator.cs
IGenerator.cs
88 B
Histórico
Em bruto
1
2
3
4
5
6
namespace CodeGenerators;
public interface IGenerator
{
string Build(int indent);
}