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