using System; namespace System.Runtime.InteropServices { /// Indicates that data should be marshaled from the caller to the callee, but not back to the caller. // Token: 0x02000043 RID: 67 [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] [ComVisible(true)] public sealed class InAttribute : Attribute { } }