コード例 #1
0
ファイル: HxlAnnotations.cs プロジェクト: Carbonfrost/f-hxl
 public static bool IsRetained(this DomNode node)
 {
     return(node.HasAnnotation(HxlAnnotations.Retained));
 }