Provides localizable public string resources that can be used in any project.
See the Remarks section of the LanguageSettings and DynamicResourceManager classes for examples.
See the Remarks section of the LanguageSettings and DynamicResourceManager classes for examples.
Inheritance Hierarchy
KGySoftPublicResources
Namespace: KGySoft
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.0.0-preview.3
Syntax
The PublicResources type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | ArgumentContainsNull | Looks up a localized string similar to Specified argument contains a null element. |
![]() ![]() | ArgumentEmpty | Looks up a localized string similar to Value cannot be empty. |
![]() ![]() | ArgumentInvalidString | Looks up a localized string similar to Input string contains an invalid value. |
![]() ![]() | ArgumentNull | Looks up a localized string similar to Value cannot be null. |
![]() ![]() | ArgumentOutOfRange | Looks up a localized string similar to Specified argument was out of the range of valid values. |
![]() ![]() | CollectionEmpty | Looks up a localized string similar to The collection contains no elements. |
![]() ![]() | ICollectionArrayTypeInvalid | Looks up a localized string similar to Target array type is not compatible with the type of items in the collection. |
![]() ![]() | ICollectionCopyToDestArrayShort | Looks up a localized string similar to Destination array is not long enough to copy all the items in the collection. Check array index and length. |
![]() ![]() | ICollectionCopyToSingleDimArrayOnly | Looks up a localized string similar to Only single dimensional arrays are supported for the requested action. |
![]() ![]() | ICollectionReadOnlyModifyNotSupported | Looks up a localized string similar to Modifying a read-only collection is not supported. |
![]() ![]() | IDictionaryDuplicateKey | Looks up a localized string similar to An item with the same key has already been added. |
![]() ![]() | IDictionaryKeyNotFound | Looks up a localized string similar to The given key was not present in the dictionary. |
![]() ![]() | IEnumeratorCollectionModified | Looks up a localized string similar to Collection was modified; enumeration operation may not execute. |
![]() ![]() | IEnumeratorEnumerationNotStartedOrFinished | Looks up a localized string similar to Enumeration has either not started or has already finished. |
![]() ![]() | IListInvalidOffsLen | Looks up a localized string similar to Offset and length were out of bounds for the list or count is greater than the number of elements from index to the end of the source collection. |
![]() ![]() | IndexOutOfRange | Looks up a localized string similar to Index was outside the bounds of the array. |
![]() ![]() | MaxLengthLessThanMinLength | Looks up a localized string similar to Maximum length must be greater than or equal to minimum length. |
![]() ![]() | MaxValueLessThanMinValue | Looks up a localized string similar to Maximum value must be greater than or equal to minimum value. |
![]() ![]() | Millisecond | Looks up a localized string similar to ms |
![]() ![]() | No | Looks up a localized string similar to No |
![]() ![]() | NotSupported | Looks up a localized string similar to This operation is not supported. |
![]() ![]() | Null | Looks up a localized string similar to <null> |
![]() ![]() | ObjectDisposed | Looks up a localized string similar to Cannot access a disposed object. |
![]() ![]() | QuoteEnd | Looks up a localized string similar to ' |
![]() ![]() | QuoteStart | Looks up a localized string similar to ' |
![]() ![]() | Undefined | Looks up a localized string similar to <undefined> |
![]() ![]() | Yes | Looks up a localized string similar to Yes |
Methods
Name | Description | |
---|---|---|
![]() ![]() | ArgumentMustBeBetweenT | Looks up a localized string similar to Specified argument must be between {0} and {1}. |
![]() ![]() | ArgumentMustBeGreaterThanT | Looks up a localized string similar to Specified argument must be greater than {0}. |
![]() ![]() | ArgumentMustBeGreaterThanOrEqualToT | Looks up a localized string similar to Specified argument must be greater than or equal to {0}. |
![]() ![]() | ArgumentMustBeLessThanT | Looks up a localized string similar to Specified argument must be less than {0}. |
![]() ![]() | ArgumentMustBeLessThanOrEqualToT | Looks up a localized string similar to Specified argument must be less than or equal to {0}. |
![]() ![]() | EnumOutOfRangeTEnum | Looks up a localized string similar to Enum instance of '{0}' type must be one of the defined values. |
![]() ![]() | EnumOutOfRangeWithValuesTEnum | Looks up a localized string similar to Enum instance of '{0}' type must be one of the following values: {1}. |
![]() ![]() | FlagsEnumOutOfRangeTEnum | Looks up a localized string similar to Enum instance of '{0}' type must consist of the defined flags. |
![]() ![]() | FlagsEnumOutOfRangeWithValuesTEnum | Looks up a localized string similar to Enum instance of '{0}' type must consist of the following flags: {1}. |
![]() ![]() | ICollectionNonGenericValueTypeInvalid | Looks up a localized string similar to The value "{0}" is not of type "{1}" and cannot be used in this generic collection. |
![]() ![]() | IDictionaryNonGenericKeyTypeInvalid | Looks up a localized string similar to The key "{0}" is not of type "{1}" and cannot be used in this generic collection. |
![]() ![]() | NotAnInstanceOfType | Looks up a localized string similar to Specified argument is expected to be an instance of type {0}. |
![]() ![]() | PropertyMessage | Looks up a localized string similar to Property '{0}': {1} |
![]() ![]() | PropertyMustBeBetweenT | Looks up a localized string similar to Property '{0}' must be between {1} and {2}. |
![]() ![]() | PropertyMustBeGreaterThanT | Looks up a localized string similar to Property '{0}' must be greater than {1}. |
![]() ![]() | PropertyMustBeGreaterThanOrEqualToT | Looks up a localized string similar to Property '{0}' must be greater than or equal to {1}. |
![]() ![]() | PropertyMustBeGreaterThanOrEqualToProperty | Looks up a localized string similar to Property '{0}' must be greater than or equal to property '{1}'. |
![]() ![]() | PropertyMustBeGreaterThanProperty | Looks up a localized string similar to Property '{0}' must be greater than property '{1}'. |
![]() ![]() | PropertyMustBeLessThanT | Looks up a localized string similar to Property '{0}' must be less than {1}. |
![]() ![]() | PropertyMustBeLessThanOrEqualToT | Looks up a localized string similar to Property '{0}' must be less than or equal to {1}. |
![]() ![]() | PropertyNull | Looks up a localized string similar to Property '{0}' must not be null. |
![]() ![]() | ValueContainsIllegalPathCharacters | Looks up a localized string similar to Value "{0}" contains illegal path characters. |
See Also