示例#1
0
 protected internal override int CompareToImpl(SortableDependencyNode other, CompilerComparer comparer)
 {
     return(_standaloneGCStaticDesc.CompareTo(((StandaloneGCStaticDescRegionNode)other)._standaloneGCStaticDesc, comparer));
 }
示例#2
0
 public override int CompareToImpl(ISortableNode other, CompilerComparer comparer)
 {
     return(_standaloneGCStaticDesc.CompareTo(((StandaloneGCStaticDescRegionNode)other)._standaloneGCStaticDesc, comparer));
 }