using System; namespace Cosmos.BuildEngine { [AttributeUsage(AttributeTargets.Method)] public class InlineMethodAttribute : Attribute { } }