using System; using System.Collections.Generic; using System.Text; namespace gr2lib.core.coretypes.native { [AttributeUsage(AttributeTargets.Struct, AllowMultiple = false)] internal class SizeAttribute : Attribute { public int Size; } }