Class ReplayResult
public class ReplayResult
- Inheritance
-
ReplayResult
- Inherited Members
- Extension Methods
Constructors
ReplayResult(bool, bool)
public ReplayResult(bool valid, bool accepting)
Parameters
Properties
Accepting
public bool Accepting { get; }
Property Value
Valid
public bool Valid { get; }