You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@ -16,6 +16,7 @@
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("2.0.5.0")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("net_4_x_System.ComponentModel.Composition_xunit-test, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
@ -125,8 +126,8 @@ namespace System.ComponentModel.Composition
|
||||
public ExportAttribute(string contractName) { }
|
||||
public ExportAttribute(string contractName, System.Type contractType) { }
|
||||
public ExportAttribute(System.Type contractType) { }
|
||||
public string ContractName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type ContractType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string ContractName { get { throw null; } }
|
||||
public System.Type ContractType { get { throw null; } }
|
||||
}
|
||||
public partial class ExportFactory<T>
|
||||
{
|
||||
@ -149,9 +150,9 @@ namespace System.ComponentModel.Composition
|
||||
public sealed partial class ExportMetadataAttribute : System.Attribute
|
||||
{
|
||||
public ExportMetadataAttribute(string name, object value) { }
|
||||
public bool IsMultiple { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public bool IsMultiple { get { throw null; } set { } }
|
||||
public string Name { get { throw null; } }
|
||||
public object Value { get { throw null; } }
|
||||
}
|
||||
public partial interface ICompositionService
|
||||
{
|
||||
@ -164,12 +165,12 @@ namespace System.ComponentModel.Composition
|
||||
public ImportAttribute(string contractName) { }
|
||||
public ImportAttribute(string contractName, System.Type contractType) { }
|
||||
public ImportAttribute(System.Type contractType) { }
|
||||
public bool AllowDefault { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool AllowRecomposition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string ContractName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type ContractType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy RequiredCreationPolicy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.ComponentModel.Composition.ImportSource Source { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool AllowDefault { get { throw null; } set { } }
|
||||
public bool AllowRecomposition { get { throw null; } set { } }
|
||||
public string ContractName { get { throw null; } }
|
||||
public System.Type ContractType { get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy RequiredCreationPolicy { get { throw null; } set { } }
|
||||
public System.ComponentModel.Composition.ImportSource Source { get { throw null; } set { } }
|
||||
}
|
||||
[System.Diagnostics.DebuggerDisplayAttribute("{Message}")]
|
||||
[System.Diagnostics.DebuggerTypeProxyAttribute("System.ComponentModel.Composition.ImportCardinalityMismatchExceptionDebuggerProxy")]
|
||||
@ -194,11 +195,11 @@ namespace System.ComponentModel.Composition
|
||||
public ImportManyAttribute(string contractName) { }
|
||||
public ImportManyAttribute(string contractName, System.Type contractType) { }
|
||||
public ImportManyAttribute(System.Type contractType) { }
|
||||
public bool AllowRecomposition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public string ContractName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type ContractType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy RequiredCreationPolicy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public System.ComponentModel.Composition.ImportSource Source { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
|
||||
public bool AllowRecomposition { get { throw null; } set { } }
|
||||
public string ContractName { get { throw null; } }
|
||||
public System.Type ContractType { get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy RequiredCreationPolicy { get { throw null; } set { } }
|
||||
public System.ComponentModel.Composition.ImportSource Source { get { throw null; } set { } }
|
||||
}
|
||||
public enum ImportSource
|
||||
{
|
||||
@ -227,20 +228,20 @@ namespace System.ComponentModel.Composition
|
||||
public sealed partial class MetadataViewImplementationAttribute : System.Attribute
|
||||
{
|
||||
public MetadataViewImplementationAttribute(System.Type implementationType) { }
|
||||
public System.Type ImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.Type ImplementationType { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class PartCreationPolicyAttribute : System.Attribute
|
||||
{
|
||||
public PartCreationPolicyAttribute(System.ComponentModel.Composition.CreationPolicy creationPolicy) { }
|
||||
public System.ComponentModel.Composition.CreationPolicy CreationPolicy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.CreationPolicy CreationPolicy { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=false)]
|
||||
public sealed partial class PartMetadataAttribute : System.Attribute
|
||||
{
|
||||
public PartMetadataAttribute(string name, object value) { }
|
||||
public string Name { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public string Name { get { throw null; } }
|
||||
public object Value { get { throw null; } }
|
||||
}
|
||||
[System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
|
||||
public sealed partial class PartNotDiscoverableAttribute : System.Attribute
|
||||
@ -337,7 +338,7 @@ namespace System.ComponentModel.Composition.Hosting
|
||||
{
|
||||
public ComposablePartCatalogChangeEventArgs(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> addedDefinitions, System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> removedDefinitions, System.ComponentModel.Composition.Hosting.AtomicComposition atomicComposition) { }
|
||||
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> AddedDefinitions { get { throw null; } }
|
||||
public System.ComponentModel.Composition.Hosting.AtomicComposition AtomicComposition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.Hosting.AtomicComposition AtomicComposition { get { throw null; } }
|
||||
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ComposablePartDefinition> RemovedDefinitions { get { throw null; } }
|
||||
}
|
||||
public partial class ComposablePartExportProvider : System.ComponentModel.Composition.Hosting.ExportProvider, System.IDisposable
|
||||
@ -479,7 +480,7 @@ namespace System.ComponentModel.Composition.Hosting
|
||||
{
|
||||
public ExportsChangeEventArgs(System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> addedExports, System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> removedExports, System.ComponentModel.Composition.Hosting.AtomicComposition atomicComposition) { }
|
||||
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> AddedExports { get { throw null; } }
|
||||
public System.ComponentModel.Composition.Hosting.AtomicComposition AtomicComposition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
|
||||
public System.ComponentModel.Composition.Hosting.AtomicComposition AtomicComposition { get { throw null; } }
|
||||
public System.Collections.Generic.IEnumerable<string> ChangedContractNames { get { throw null; } }
|
||||
public System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> RemovedExports { get { throw null; } }
|
||||
}
|
||||
|
Reference in New Issue
Block a user