예제 #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;
 }