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