Added a region directive to conform to OpenTK standards.
This commit is contained in:
parent
f347036a6b
commit
8d0e358569
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,8 @@ namespace OpenTK
|
|||
|
||||
#endregion
|
||||
|
||||
#region --- Public Methods ---
|
||||
|
||||
#region public Rectangle Add(T item)
|
||||
|
||||
/// <summary>
|
||||
|
@ -91,6 +93,8 @@ namespace OpenTK
|
|||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#region Node
|
||||
|
||||
class Node
|
||||
|
|
Loading…
Reference in a new issue