コード例 #1
0
 public static UnparseHint SetUnparsePriority(ChildrenPriorityGetter getChildrenPriority)
 {
     return(new UnparseHint(getChildrenPriority));
 }
コード例 #2
0
ファイル: UnparseHint.cs プロジェクト: davidnemeti/Sarcasm
 public UnparseHint(ChildrenPriorityGetter getChildrenPriority)
 {
     this.GetChildrenPriority = getChildrenPriority;
 }
コード例 #3
0
ファイル: UnparseHint.cs プロジェクト: kevlyons/Sarcasm
 public UnparseHint(ChildrenPriorityGetter getChildrenPriority)
 {
     this.GetChildrenPriority = getChildrenPriority;
 }