Guest User

Untitled

a guest
May 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. *How to use*
  2.  
  3. Open a new/empty .md -file. View the Gist in Raw mode and
  4. copy-paste this to the file. Change where needed.
  5.  
  6. # Template Namespace
  7.  
  8. This is a short description of the template namespace.
  9.  
  10. ---
  11.  
  12. **In this article**
  13. - [Classes](##Classes)
  14. - [Structures](##Structures)
  15. - [Delegates](##Delegates)
  16. - [Enumerations](##Enumerations)
  17.  
  18. ## Classes
  19.  
  20. ||Class|Description|
  21. |:-|:-|:-|
  22. ||[TemplateClass]()|A description of what this class provides, exposes or represents.|
  23. ||[TemplateException]()|Thrown when an error occurs within a template.|
  24.  
  25. ## Structures
  26.  
  27. ||Structure|Description|
  28. |:-|:-|:-|
  29. ||[TemplateStructure]()|A description of what information a template structure contains.|
  30.  
  31. ## Delegates
  32.  
  33. ||Delegate|Description|
  34. |:-|:-|:-|
  35. ||[TemplateEventHandler]()|Represents the method that will handle the [Template]() event.|
  36.  
  37. ## Enumerations
  38.  
  39. ||Enumeration|Description|
  40. |:-|:-|:-|
  41. ||[TemplateEnumeration]()|A description of what this enumeration defines, provides, specifies or represents.|
Add Comment
Please, Sign In to add comment