Skip to content

Instantly share code, notes, and snippets.

@Fhernd
Created July 18, 2015 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fhernd/b532ba632d9cac6d6eaa to your computer and use it in GitHub Desktop.
Save Fhernd/b532ba632d9cac6d6eaa to your computer and use it in GitHub Desktop.
Demostración de documentación XML en C#.
/// <summary>
/// Clase que representa la ventana principal de la aplicación.
/// </summary>
public class Principal
{
/// <summary>
/// Crea la ventana principal de la aplicación.
/// </summary>
public Principal()
{
// Implementación...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment