예제 #1
0
 bool IBelongingsMatcher.IsBelongingTo(IBelongingsMatcher otherMatcher)
     => (otherMatcher as LeftParenthesis)?.Level == Level;
예제 #2
0
파일: List.cs 프로젝트: hahoyer/reni.cs
 bool IBelongingsMatcher.IsBelongingTo(IBelongingsMatcher otherMatcher)
     => otherMatcher == this;