1 // Licensed to the .NET Foundation under one or more agreements. 2 // The .NET Foundation licenses this file to you under the MIT license. 3 // See the LICENSE file in the project root for more information. 4 5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")] 6 [assembly:System.CLSCompliantAttribute(true)] 7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))] 8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")] 9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")] 10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Dynamic.dll")] 11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Dynamic.dll")] 12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")] 13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")] 14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")] 15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Dynamic.dll")] 16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")] 17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")] 18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)] 19 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute] 20 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)] 21 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)] 22 [assembly:System.Security.SecurityCriticalAttribute] 23 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)] 24 namespace System 25 { 26 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 27 internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute 28 { MonoDocumentationNoteAttribute(string comment)29 public MonoDocumentationNoteAttribute(string comment) { } 30 } 31 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 32 internal partial class MonoExtensionAttribute : System.MonoTODOAttribute 33 { MonoExtensionAttribute(string comment)34 public MonoExtensionAttribute(string comment) { } 35 } 36 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 37 internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute 38 { MonoInternalNoteAttribute(string comment)39 public MonoInternalNoteAttribute(string comment) { } 40 } 41 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 42 internal partial class MonoLimitationAttribute : System.MonoTODOAttribute 43 { MonoLimitationAttribute(string comment)44 public MonoLimitationAttribute(string comment) { } 45 } 46 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 47 internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute 48 { MonoNotSupportedAttribute(string comment)49 public MonoNotSupportedAttribute(string comment) { } 50 } 51 [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)] 52 internal partial class MonoTODOAttribute : System.Attribute 53 { MonoTODOAttribute()54 public MonoTODOAttribute() { } MonoTODOAttribute(string comment)55 public MonoTODOAttribute(string comment) { } 56 public string Comment { get { throw null; } } 57 } 58 } 59