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