Class ImmutableMessageWithPrivateCtor
  
  
  
    Inheritance
    
    ImmutableMessageWithPrivateCtor
   
  
  
  Assembly: Akka.Serialization.TestKit.dll
  Syntax
  
    public class ImmutableMessageWithPrivateCtor
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  ImmutableMessageWithPrivateCtor()
  
  
  Declaration
  
    protected ImmutableMessageWithPrivateCtor()
   
  
    |
    Edit this page
  
  
    View Source
  
  
  ImmutableMessageWithPrivateCtor(Tuple<string, string>)
  
  
  Declaration
  
    public ImmutableMessageWithPrivateCtor(Tuple<string, string> nonConventionalArg)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Bar
  
  
  Declaration
  
    public string Bar { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Foo
  
  
  Declaration
  
    public string Foo { get; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  Equals(ImmutableMessageWithPrivateCtor)
  
  
  Declaration
  
    protected bool Equals(ImmutableMessageWithPrivateCtor other)
   
  Parameters
  
  Returns
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Equals(object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | object | obj |  | 
    
  
  Returns
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  Extension Methods