示例#1
0
 public static UnparseHint SetUnparsePriority(ChildrenPriorityGetter getChildrenPriority)
 {
     return(new UnparseHint(getChildrenPriority));
 }
示例#2
0
 public UnparseHint(ChildrenPriorityGetter getChildrenPriority)
 {
     this.GetChildrenPriority = getChildrenPriority;
 }
示例#3
0
 public UnparseHint(ChildrenPriorityGetter getChildrenPriority)
 {
     this.GetChildrenPriority = getChildrenPriority;
 }