|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Composition.Convention
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Composition.Convention.SR)));
/// <summary>The value of argument '{0}' ({1}) is not supported. Allowed values are : '{2}'.</summary>
internal static string @ArgumentOutOfRange_InvalidEnumInSet => GetResourceString("ArgumentOutOfRange_InvalidEnumInSet");
/// <summary>The value of argument '{0}' is not supported. The expression must use operator new.</summary>
internal static string @Argument_ExpressionMustBeNew => GetResourceString("Argument_ExpressionMustBeNew");
/// <summary>The value of argument '{0}' is not supported. The expression must be a property member expression.</summary>
internal static string @Argument_ExpressionMustBePropertyMember => GetResourceString("Argument_ExpressionMustBePropertyMember");
/// <summary>A constructor selection convention that would apply to Type '{0}' has been overridden by attributes applied in the source file or by a prior convention.</summary>
internal static string @Registration_ConstructorConventionOverridden => GetResourceString("Registration_ConstructorConventionOverridden");
/// <summary>An Export specification convention that would apply to type '{0}' has been overridden by attributes applied in the source file or by a prior convention.</summary>
internal static string @Registration_TypeExportConventionOverridden => GetResourceString("Registration_TypeExportConventionOverridden");
/// <summary>An Export specification convention that would apply to Member '{0}' of type '{1}' has been overridden by attributes applied in the source file or by a prior convention.</summary>
internal static string @Registration_MemberExportConventionOverridden => GetResourceString("Registration_MemberExportConventionOverridden");
/// <summary>An Import specification convention that would apply to Member '{0}' of type '{1}' has been overridden by attributes applied in the source file or by a prior convention.</summary>
internal static string @Registration_MemberImportConventionOverridden => GetResourceString("Registration_MemberImportConventionOverridden");
/// <summary>Only one import specification convention can apply to a single Member. More than one convention specification applies to this Member '{0}' of Type '{1}'.</summary>
internal static string @Registration_MemberImportConventionMatchedTwice => GetResourceString("Registration_MemberImportConventionMatchedTwice");
/// <summary>A ParameterImport specification convention that would apply to Parameter '{0}' of Constructor '{1}' has been overridden by attributes applied in the source file or by a prior convention.</summary>
internal static string @Registration_ParameterImportConventionOverridden => GetResourceString("Registration_ParameterImportConventionOverridden");
/// <summary>A PartCreationPolicy specification convention that would apply to Type '{0}' has been overridden by attributes applied in the source file or by a prior convention.</summary>
internal static string @Registration_PartCreationConventionOverridden => GetResourceString("Registration_PartCreationConventionOverridden");
/// <summary>A PartMetadata specification convention that would apply to Type '{0}' has been overridden by attributes applied in the source file or by a prior convention.</summary>
internal static string @Registration_PartMetadataConventionOverridden => GetResourceString("Registration_PartMetadataConventionOverridden");
/// <summary>The value of argument '{0}' is not supported. The expression must be a void Method() member expression.</summary>
internal static string @Argument_ExpressionMustBeVoidMethodWithNoArguments => GetResourceString("Argument_ExpressionMustBeVoidMethodWithNoArguments");
/// <summary>A OnSatisfiedImports specification convention that would apply to Type '{0}' has been overridden by attributes applied in the source file or by a prior convention.</summary>
internal static string @Registration_OnSatisfiedImportNotificationOverridden => GetResourceString("Registration_OnSatisfiedImportNotificationOverridden");
/// <summary>Internal error occurred. Additional information: '{0}'.</summary>
internal static string @Diagnostic_InternalExceptionMessage => GetResourceString("Diagnostic_InternalExceptionMessage");
/// <summary>To avoid unnecessary work when a trace level has not been enabled, check CanWriteXXX before calling this method.</summary>
internal static string @Diagnostic_TraceUnnecessaryWork => GetResourceString("Diagnostic_TraceUnnecessaryWork");
/// <summary>'{0}' cannot be an empty string ("").</summary>
internal static string @ArgumentException_EmptyString => GetResourceString("ArgumentException_EmptyString");
}
}
|