Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7898633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:29:09+00:00 2026-06-03T08:29:09+00:00

I want to create an anonymous type with a special character in the name

  • 0

I want to create an anonymous type with a special character in the name of a variable

For instance I have this:

new { status = "Active" }

I would like something like

new { status = "Active", $exists = true }

This eventually serializes to JSON, so I know I can use JObject or something like that, but it would be much easier as an anonymous type.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T08:29:10+00:00Added an answer on June 3, 2026 at 8:29 am

    You have to stick to the rules! Your code won’t compile because you are writing this as an anonymous type in code (not as strings) so the keys have to be identifiers in the language.

    The language has rules. An identifier has to start with a valid identifier-start-character, defined:

    A Unicode character of classes Lu, Ll, Lt, Lm, Lo, or Nl

    As per this rule:

    http://www.jaggersoft.com/csharp_grammar.html#identifier-start-character

    Using this table, the third column tells us that ‘$’ is in the ‘Sc’ class, so you can’t use it.

    http://www.unicode.org/Public/UNIDATA/UnicodeData.txt

    If I were you I’d do one of three things:

    1. fix your API specification so it doesn’t rely on keys that are not valid identifiers in the language you are using (painful)
    2. write a simple translation layer that re-writes your JSON before it gets sent (messy)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can I create an anonymous type variable and later on add more Properties? E.g.
I wanna create an anonymous type that I can set the property name dynamically.
i want create Dynamic Slideshow in Jquery i'm Write this code var ctx =
i want create image animation , i have 50 images with png format now
I want to create a new field (or two) in my table that is
I want to create an anonymous inner class that extends another class. What I
I have a DropDownList populated with a SelectList generated from (an anonymous type) that
I want to create a delegate type in C# inside a method for the
I have a Linq query that returns an anonymous type, which I then use
Possible Duplicate: LINQ to SQL: Return anonymous type? This is my code: class B

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.