Merge pull request #586 from Nihlus/mark-cls-compliant

Mark methods and classes in GLWidget with their CLS compliance
This commit is contained in:
Jarl Gullberg 2017-07-24 17:22:52 +02:00 committed by GitHub
commit a3df3b38e5

View file

@ -15,6 +15,7 @@ namespace OpenTK
/// <summary>
/// The <see cref="GLWidget"/> is a GTK widget for which an OpenGL context can be used to draw arbitrary graphics.
/// </summary>
[CLSCompliant(false)]
[ToolboxItem(true)]
public class GLWidget: DrawingArea
{