The current pattern matching is not supported. How should I use the backup plan? #9398
Unanswered
zms9110750
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I can't even write it public static class TreeNodeExtensions
{
public static IEnumerable<TNode> IterateToRoot<TNode>(this TNode node)where TNode : IRootNode<TNode>;
public static IEnumerable<TNode> IterateToRoot<TNode>(this TNode node)where TNode : INode<TNode>;// i have a same method |
Beta Was this translation helpful? Give feedback.
1 reply
-
See #6308. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions