6internal static class SR 
  100    internal static string Format(
string resourceFormat, 
object p1)
 
  104            return string.Join(
", ", resourceFormat, p1);
 
  106        return string.Format(resourceFormat, p1);
 
 
  109    internal static string Format(
string resourceFormat, 
object p1, 
object p2)
 
  113            return string.Join(
", ", resourceFormat, p1, p2);
 
  115        return string.Format(resourceFormat, p1, p2);
 
 
static bool TryGetSwitch(string switchName, out bool isEnabled)
 
virtual ? string GetString(string name)
 
static string ArgumentOutOfRange_Index
 
static string InvalidOperation_EnumNotStarted
 
static string ArgumentOutOfRange_SmallCapacity
 
static string Serialization_MissingValues
 
static string InvalidOperation_EmptyQueue
 
static ResourceManager s_resourceManager
 
static string ExternalLinkedListNode
 
static string Arg_WrongType
 
static string InvalidOperation_EnumEnded
 
static string LinkedListNodeIsAttached
 
static string Format(string resourceFormat, object p1)
 
static string Format(string resourceFormat, object p1, object p2)
 
static string Arg_ArrayPlusOffTooSmall
 
static string Argument_AddingDuplicate
 
static string Argument_InvalidArrayType
 
static string Arg_NonZeroLowerBound
 
static string LinkedListEmpty
 
static string Arg_BitArrayTypeUnsupported
 
static string InvalidOperation_EmptyStack
 
static string Serialization_InvalidOnDeser
 
static string ArgumentOutOfRange_BiggerThanCollection
 
static string InvalidOperation_EnumFailedVersion
 
static ResourceManager ResourceManager
 
static string Arg_ArrayLengthsDiffer
 
static string Arg_RankMultiDimNotSupported
 
static string NotSupported_ValueCollectionSet
 
static string Argument_ArrayTooLarge
 
static string GetResourceString(string resourceKey)
 
static bool UsingResourceKeys()
 
static string NotSupported_SortedListNestedWrite
 
static string Argument_InvalidOffLen
 
static readonly bool s_usingResourceKeys
 
static string InvalidOperation_EnumOpCantHappen
 
static string Arg_InsufficientSpace
 
static string ArgumentOutOfRange_NeedNonNegNum
 
static string Arg_KeyNotFoundWithKey
 
static string Serialization_MismatchedCount
 
static string SortedSet_LowerValueGreaterThanUpperValue
 
static string NotSupported_KeyCollectionSet