|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Reflection.Context
{
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.Reflection.Context.SR)));
/// <summary>Either 'getter' or 'setter' must be specified.</summary>
internal static string @ArgumentNull_GetterOrSetterMustBeSpecified => GetResourceString("ArgumentNull_GetterOrSetterMustBeSpecified", @"Either 'getter' or 'setter' must be specified.");
/// <summary>The get accessor of the property was not found.</summary>
internal static string @Argument_GetMethNotFnd => GetResourceString("Argument_GetMethNotFnd", @"The get accessor of the property was not found.");
/// <summary>The property type needs to be mapped to the current ReflectionContext.</summary>
internal static string @Argument_PropertyTypeFromDifferentContext => GetResourceString("Argument_PropertyTypeFromDifferentContext", @"The property type needs to be mapped to the current ReflectionContext.");
/// <summary>Duplicate AttributeUsageAttribute records found on attribute type {0}.</summary>
internal static string @Format_AttributeUsage => GetResourceString("Format_AttributeUsage", @"Duplicate AttributeUsageAttribute records found on attribute type {0}.");
/// <summary>AddProperties returned a null property.</summary>
internal static string @InvalidOperation_AddNullProperty => GetResourceString("InvalidOperation_AddNullProperty", @"AddProperties returned a null property.");
/// <summary>AddProperties returned a property not created by CustomReflectionContext.CreateProperty in the current reflection context.</summary>
internal static string @InvalidOperation_AddPropertyDifferentContext => GetResourceString("InvalidOperation_AddPropertyDifferentContext", @"AddProperties returned a property not created by CustomReflectionContext.CreateProperty in the current reflection context.");
/// <summary>AddProperties returned a property that has already been added to another type.</summary>
internal static string @InvalidOperation_AddPropertyDifferentType => GetResourceString("InvalidOperation_AddPropertyDifferentType", @"AddProperties returned a property that has already been added to another type.");
/// <summary>Literal value was not found.</summary>
internal static string @InvalidOperation_EnumLitValueNotFound => GetResourceString("InvalidOperation_EnumLitValueNotFound", @"Literal value was not found.");
/// <summary>The member {0} has an invalid MemberType {1}.</summary>
internal static string @InvalidOperation_InvalidMemberType => GetResourceString("InvalidOperation_InvalidMemberType", @"The member {0} has an invalid MemberType {1}.");
/// <summary>The method is neither a MethodInfo nor a ConstructorInfo: {0}.</summary>
internal static string @InvalidOperation_InvalidMethodType => GetResourceString("InvalidOperation_InvalidMethodType", @"The method is neither a MethodInfo nor a ConstructorInfo: {0}.");
/// <summary>{0} is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition is true.</summary>
internal static string @InvalidOperation_NotGenericMethodDefinition => GetResourceString("InvalidOperation_NotGenericMethodDefinition", @"{0} is not a GenericMethodDefinition. MakeGenericMethod may only be called on a method for which MethodBase.IsGenericMethodDefinition is true.");
/// <summary>Cannot get the TypeInfo object from the Type object: {0}.</summary>
internal static string @InvalidOperation_NoTypeInfoForThisType => GetResourceString("InvalidOperation_NoTypeInfoForThisType", @"Cannot get the TypeInfo object from the Type object: {0}.");
/// <summary>The attribute object cannot be null.</summary>
internal static string @InvalidOperation_NullAttribute => GetResourceString("InvalidOperation_NullAttribute", @"The attribute object cannot be null.");
/// <summary>Customized reflection contexts are only supported on .NET Framework.</summary>
internal static string @PlatformNotSupported_ReflectionContext => GetResourceString("PlatformNotSupported_ReflectionContext", @"Customized reflection contexts are only supported on .NET Framework.");
/// <summary>Non-static method requires a target.</summary>
internal static string @Target_InstanceMethodRequiresTarget => GetResourceString("Target_InstanceMethodRequiresTarget", @"Non-static method requires a target.");
/// <summary>Object does not match target type.</summary>
internal static string @Target_ObjectTargetMismatch => GetResourceString("Target_ObjectTargetMismatch", @"Object does not match target type.");
/// <summary>Object of type '{0}' cannot be converted to type '{1}'.</summary>
internal static string @Argument_ObjectArgumentMismatch => GetResourceString("Argument_ObjectArgumentMismatch", @"Object of type '{0}' cannot be converted to type '{1}'.");
/// <summary>Ambiguous match found for '{0} {1}'.</summary>
internal static string @Arg_AmbiguousMatchException_MemberInfo => GetResourceString("Arg_AmbiguousMatchException_MemberInfo", @"Ambiguous match found for '{0} {1}'.");
}
}
|