scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace System.Runtime.InteropServices
|
||||
{
|
||||
/// <summary>Indicates that a parameter is optional.</summary>
|
||||
// Token: 0x0200004D RID: 77
|
||||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]
|
||||
[ComVisible(true)]
|
||||
public sealed class OptionalAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user