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 6854979
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:42:01+00:00 2026-05-27T01:42:01+00:00

I have a struct type: struct test1 { public int a; public int b;

  • 0

I have a struct type:

struct test1
{            
  public int a;
  public int b;
  public double c;
  public string d;
}

following line gives me “clear” struct object wich fields was initialized with their default values:

test1 tt = default(test1);
// tt.a will be equal 0

But now, I desire to have opportunity predefine default values for some fields in the struct type. For example, I want field a to have 25 as a default value.

Is it possible to force default operator initialize my struct with my predefined default values?

  • 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-05-27T01:42:02+00:00Added an answer on May 27, 2026 at 1:42 am

    No it is not possible.

    The different types already have clear defaults:

    • null for reference types.
    • 0 or 0.0 for integer and float types.

    I believe that the default DateTime is simply the interpretation of the above for its internal fields (0 * 100 nanoseconds from epoch).

    You can’t override or change how the default operator works.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have C header file containing the following type definition: // example.h typedef struct
I have this struct: struct Map { public int Size; public Map ( int
I have the following .NET value types: [StructLayout(LayoutKind.Sequential)] public struct Date { public UInt16
Say I have a struct declared like the following: public struct Test { public
I have a custom struct type that supports implicit conversion to and from string
In .NET, a value type (C# struct ) can't have a constructor with no
I have a type which I consider use it as struct. It represents single
I'm using LLVM-clang on Linux. Suppose in foo.cpp I have: struct Foo { int
I have a struct defined like follows as part of an object. I'm trying
Why below written code doesn't gives error even when string is a reference type.

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.