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

  • Home
  • SEARCH
  • 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 8549535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:44:15+00:00 2026-06-11T13:44:15+00:00

I know this is possible in C#, which produces simple and efficient code. —

  • 0

I know this is possible in C#, which produces simple and efficient code. — Two objects of the same class can access each other’s private parts.

class c1
{
    private int A;

    public void test(c1 c)
    {
        c.A = 5;
    }
}

But It seems impossible in F#, is it true?

type c1()
     let A = 0
     member test (c: c1) = c.A
  • 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-11T13:44:16+00:00Added an answer on June 11, 2026 at 1:44 pm

    Interesting question. It seems to work with an explicit field but not with a let binding:

    // Works
    type c1 =
        val private A : int
        new(a) = { A = a }
        member m.test(c : c1) = c.A
    
    let someC1 = new c1(1)
    let someMoreC1 = new c1(42);
    let theAnswer = someC1.test someMoreC1
    
    // Doesn't work
    type c2() =
        let mutable A = 42
        // Compiler error: The field, constructor or member 'A' is not defined
        member m.test(c : c2) = c.A 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this is possible in Perl, but I was wondering if this can
I dont know if this is possible. In SSIS Derived column transformation, can you
I know this is possible but my inexperience with C++ limits me. What I
I know this is possible to be done using javascript, and I presume I
I know this is possible but I'm not really sure where to start. Has
I know this is possible manually via ctrl commands using gnu screen for linux
I just trying to know is this possible the function of MYSQL GROUP_CONCAT to
I want to style my custom scrollbar. I know this is possible with WebKit,
I would like to animate things in 3D space. I know this is possible
I know this is probably possible using Streams, but I wasn't sure the correct

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.