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