예제 #1
0
 public void Deconstruct(out TextSpan unmappedSpan, out ActiveStatement statement, out ActiveStatementExceptionRegions exceptionRegions)
 {
     unmappedSpan     = UnmappedSpan;
     statement        = Statement;
     exceptionRegions = ExceptionRegions;
 }
예제 #2
0
 public UnmappedActiveStatement(TextSpan unmappedSpan, ActiveStatement statement, ActiveStatementExceptionRegions exceptionRegions)
 {
     UnmappedSpan     = unmappedSpan;
     Statement        = statement;
     ExceptionRegions = exceptionRegions;
 }