namespace OpenTK.Rewrite { internal class CountAttribute { public int Count; public string Parameter; public string Computed; } }