EitherTA, TBIsRight Property |
[Missing <summary> documentation for "P:Akka.Util.Either`2.IsRight"]
Namespace: Akka.UtilAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract bool IsRight { get; }
Public MustOverride ReadOnly Property IsRight As Boolean
Get
public:
virtual property bool IsRight {
bool get () abstract;
}
abstract IsRight : bool with get
Property Value
Type:
Boolean
See Also