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