using System; namespace Cosmos.IL2CPU.API { /// /// This attribute is used on plug parameters, that need the unsafe pointer to an object's data area /// [AttributeUsage(AttributeTargets.Parameter)] public class ObjectPointerAccessAttribute: Attribute { } }