IN_AUTOGENERATED_DEFAULT_CONSTRUCTOR_THE_DEFAULT_CONSTRUCTOR_OF_BASE_CLASS_CANNOT_BE_CALLED_BECAUSE_IS_ABSENT_OR_PRIVATE=In autogenerated default constructor the default constructor of base class cannot be called because it is absent or private
INTERFACE_{0}_CONSTRUCTOR_CALL=Cannot create an instance of the interface '{0}'
CLASS_{0}_DOES_NOT_IMPLEMENT_MEMBER_{2}_OF_INTERFACE_{1}=Class '{0}' doesn't implement member '{2}' of interface '{1}'
MEMBER_{2}_OF_CLASS_{0}_FROM_INTERFACE_{1}_MUST_BE_PUBLIC_AND_NON_STATIC='{0}' does not implement interface member '{2}'. The method is static, not public, or has the wrong return type
PROPERTY_{2}_OF_CLASS_{0}_FROM_INTERFACE_{1}_MUST_BE_PUBLIC_AND_NON_STATIC='{0}' does not implement interface member '{2}'. The method is static, not public, or has the wrong return type
PARAMETER_{0}_MUST_BE_REFERENCE_TYPE='{0}' must be reference type
PARAMETER_{0}_MUST_BE_VALUE_TYPE='{0}' must be value type
PARAMETER_{0}_MUST_BE_DERIVED_FROM_{1}=The type '{0}' cannot be used as type parameter, because there is no implicit reference conversion from '{0}' to '{1}'
PARAMETER_{0}_MUST_IMPLEMENT_INTERFACE_{1}=The type '{0}' cannot be used as type parameter, because '{0}' doesn't implement interface '{1}'
NO_MAIN_FUNCTION=main() not found
FUNCTION_SHOULD_RETURN_VALUE=Function should return a value
FUNCTION_SHOULD_NOT_RETURN_VALUE=Function should not return a value
EXPECTED_TYPE_{0}=Type '{0}' expected
CAN_NOT_WRITE_REFERENCE_DATA_TO_BINARY_FILE=Cannot write the data of reference type in binary file
CAN_NOT_READ_REFERENCE_DATA_FROM_BINARY_FILE=Cannot read the data of reference type from binary file
WHERE_SECTION_ALLOWED_ONLY_IN_GENERICS=Constraints are not allowed on non-generic declarations
TEMPLATE_PARAMS_EXPECTED=Template type must have template arguments
CAN_NOT_GENERATE_ACCESSOR_{0}=Cannot generate accessor because name '{0}' is already occupied
EXPECTED_DERIVED_CLASSES=Ancestor or descendant expected
SPECIFICATORS_FOR_{0}_ALREADY_EXIST=A constraint clause has already been specified for type parameter '{0}'. All of the constraints for a type parameter must be specified in a single where clause
SPECIFICATOR_MUST_BE_TYPE_REFERENCE=Constraint must be type reference
PARENT_SPECIFICATOR_MUST_BE_FIRST=The parent constraint must be the first constrained specified
CLASS_OR_RECORD_SPECIFICATOR_MUST_BE_FIRST=The class/record constraint must be the first constrained specified
CONSTRUCTOR_SPECIFICATOR_MUST_BE_LAST=The constructor constraint must be the last constrained specified
OBJECT_CAN_NOT_BE_USED_AS_PARENT_SPECIFICATOR=Constraint cannot be special class 'object'
POINTERS_OF_GENERIC_PARAMETERS_NOT_ALLOWED=Cannot declare a pointer to generic parameter
OPERATOR_AS_CAN_NOT_BE_USED_WITH_GENERIC_PARAMETER_{0}_WITHOUT_CLASS_CONSTRAINT=Operator as cannot be applied to generic parameter '{0}', 'class' constraint awaited
FORWARD_DECLARATION_{0}_AS_IMPLEMENTING_INTERFACE=Forward declaration '{0}' cannot be used as implementing interface
FORWARD_TEMPLATE_{0}_DECLARATION_MISMATCH_DECLARATION=Forward template declaration '{0}' doesn't match declaration
GENERIC_TYPE_NOT_ALLOWED_HERE=Generic type declaration is not valid in this context
STATIC_CONSTRUCTOR_MUST_BE_PARAMETERLESS=A static constructor must be parameterless
CONSTRUCTOR_CAN_NOT_BE_VIRTUAL=Constructor can not be virtual
CANNOT_USE_DIAPASON_AS_GENERIC_ARGUMENT=Cannot use subrange type as generic argument
CANNOT_USE_BOUNDED_ARRAY_AS_GENERIC_ARGUMENT=Cannot use bounded array type as generic argument
CANNOT_USE_TYPED_FILE_AS_GENERIC_ARGUMENT=Cannot use typed file as generic argument
INDEX_PROPERTY_ACCESSOR_CAN_NOT_BE_VARIABLE=Index property accessor must be method
ACCESSOR_NAME_EXPECTED=Accessor name expected
PROPERTY_TYPE_MISMATCH_ACCESSOR_FIELD_TYPE=Property type doesn't coincide with type of accessor
ERROR_LOADING_RESOURCE_FILE_{0}=Error when loading resource file '{0}'
SAVE_ASSEMBLY_ERROR_{0}=Error when saving assembly: {0}
NO_FUNCTIONS_{0}_CAN_BE_USED_WITH_THIS_SPECIFICATION=There is no function '{0}', that can be used with this specification
PROPERTY_IN_LEFT_PART_PLUS_MINUS_ASSIGN=Cannot use property in this context
DEFAULT_VALUE_MUST_BE_ONLY_IN_FIRST_DECLARATION=The parameter with default value must be the first specified
STRUCT_TYPE_DEFINITION_IN_FORMAL_PARAM=Type of formal parameter cannot be record or array definition
TYPE_OF_ONE_OR_MORE_OPERATOR_PARAMETERS_MUST_BE_{0}=One of the operator parameters must have type '{0}'
PARAMS_IN_OPERATOR=A params parameters is not valid in operators
GENERIC_FUNCTION_{0}_CAN_NOT_BE_CALLED_WITH_THESE_PARAMETERS=Cannot call the generic function '{0}' with these arguments
CAN_NOT_DEDUCE_TYPE_PARAMS_FROM_CALL_{0}=The type arguments for method '{0}' cannot be inferred from the usage. Try specifying the type arguments explicitly
CAN_NOT_CALL_ANY_GENERIC_FUNCTION_{0}_WITH_THESE_PARAMETERS=The best overloaded method match for '{0}' has some invalid arguments
OPERATOR_SIZEOF_CAN_NOT_BE_USED_WITH_GENERIC_TYPE=Operator sizeof cannot be applied to generic type
CAN_NOT_INHERIT_FROM_VALUE_TYPE=Cannot derive from special class 'System.ValueType'
CAN_NOT_INHERIT_FROM_POINTER=Cannot derive from pointer
CAN_NOT_INHERIT_FROM_FUNCTION_TYPE=Cannot derive from function type
CAN_NOT_INHERIT_FROM_DELEGATE_TYPE=Cannot derive from 'System.Delegate' and 'System.MulticastDelegate'
INTERFACE_{0}_ALREADY_ADDED_TO_IMPLEMENTING_LIST='{0}' is already listed in interface list
CAN_NOT_CONVERT_TYPE_{0}_TO_INTERFACE_{1}=Cannot convert type '{0}' to interface '{1}'
CLASS_FUNCTION_ATTRIBUTE_MISMATCH=A class specifier expected
COULD_NOT_DEFINE_GENERIC_FUNCTION_OF_COMPILED_TYPE=Cannot define generic method of compiled type
PARAMETER_{0}_MUST_BE_NAMED_{1}=Template parameter with number {0} must have name '{1}'
TEMPLATES_AND_GENERICS_ARE_INCOMPATIBLE=Templates and generics are incompatible (using of generic parameter as template argument is not valid)
TEMPLATE_CAN_BE_CLASS_ONLY=Only class, record or interface can be template
CANNOT_USE_SHORT_STRING_AS_GENERIC_ARGUMENT=Short strings cannot be used as generic argument