Class SelectChildName
Inheritance
SelectChildName
Assembly: Akka.dll
Syntax
public class SelectChildName : SelectionPathElement
Constructors
|
Improve this Doc
View Source
SelectChildName(String)
Declaration
public SelectChildName(string name)
Parameters
Type |
Name |
Description |
String |
name |
The name.
|
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(SelectChildName)
Declaration
protected bool Equals(SelectChildName 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
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods